mirror of https://github.com/vector-im/riot-web
Merge pull request #2288 from matrix-org/dbkr/fix_continue_disabled_download
Forgot to enable continue button on downloadpull/21833/head
commit
a9ae7f3eef
|
@ -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…
Reference in New Issue