Add missing click handler

pull/21833/head
J. Ryan Stinnett 2020-02-28 12:04:27 +00:00
parent a93c13306c
commit 567e882c32
1 changed files with 1 additions and 0 deletions

View File

@ -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}
>