mirror of https://github.com/vector-im/riot-web
Add missing click handler
parent
a93c13306c
commit
567e882c32
|
@ -433,6 +433,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
||||||
<div>{authPrompt}</div>
|
<div>{authPrompt}</div>
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
primaryButton={nextCaption}
|
primaryButton={nextCaption}
|
||||||
|
onPrimaryButtonClick={this._onMigrateFormSubmit}
|
||||||
hasCancel={false}
|
hasCancel={false}
|
||||||
primaryDisabled={this.state.canUploadKeysWithPasswordOnly && !this.state.accountPassword}
|
primaryDisabled={this.state.canUploadKeysWithPasswordOnly && !this.state.accountPassword}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue