mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Forgot to enable continue button on download
This commit is contained in:
parent
43013c65f6
commit
d443d6173d
@ -315,7 +315,7 @@ export default React.createClass({
|
||||
<DialogButtons primaryButton={_t("I've made a copy")}
|
||||
onPrimaryButtonClick={this._createBackup}
|
||||
hasCancel={false}
|
||||
disabled={!this.state.copied}
|
||||
disabled={!this.state.copied && !this.state.downloaded}
|
||||
/>
|
||||
</div>;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user