Bug Fix: #5183 history not defined

feature/default_network_editable
Sean Rabaut 6 years ago
parent ad6e31ec84
commit c5b9409701
  1. 2
      ui/app/components/pages/create-account/import-account/json.js

@ -85,7 +85,7 @@ class JsonImportSubview extends Component {
}
createNewKeychain () {
const { firstAddress, displayWarning, importNewJsonAccount, setSelectedAddress } = this.props
const { firstAddress, displayWarning, importNewJsonAccount, setSelectedAddress, history } = this.props
const state = this.state
if (!state) {

Loading…
Cancel
Save