mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-03 12:51:04 +02:00
Merge pull request #2288 from matrix-org/dbkr/fix_continue_disabled_download
Forgot to enable continue button on download
This commit is contained in:
commit
a9ae7f3eef
@ -315,7 +315,7 @@ export default React.createClass({
|
|||||||
<DialogButtons primaryButton={_t("I've made a copy")}
|
<DialogButtons primaryButton={_t("I've made a copy")}
|
||||||
onPrimaryButtonClick={this._createBackup}
|
onPrimaryButtonClick={this._createBackup}
|
||||||
hasCancel={false}
|
hasCancel={false}
|
||||||
disabled={!this.state.copied}
|
disabled={!this.state.copied && !this.state.downloaded}
|
||||||
/>
|
/>
|
||||||
</div>;
|
</div>;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user