Add missing click handler
This commit is contained in:
parent
a93c13306c
commit
567e882c32
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||
<div>{authPrompt}</div>
|
||||
<DialogButtons
|
||||
primaryButton={nextCaption}
|
||||
onPrimaryButtonClick={this._onMigrateFormSubmit}
|
||||
hasCancel={false}
|
||||
primaryDisabled={this.state.canUploadKeysWithPasswordOnly && !this.state.accountPassword}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue