diff --git a/ui/app/components/app/modals/export-private-key-modal.js b/ui/app/components/app/modals/export-private-key-modal.js index 43d7bcd7488c..1e1aaeb74123 100644 --- a/ui/app/components/app/modals/export-private-key-modal.js +++ b/ui/app/components/app/modals/export-private-key-modal.js @@ -120,6 +120,7 @@ ExportPrivateKeyModal.prototype.renderButtons = function (privateKey, address, h type: 'secondary', large: true, className: 'export-private-key__button', + disabled: !this.state.password, onClick: () => this.exportAccountAndGetPrivateKey(this.state.password, address), }, this.context.t('confirm')) )