aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-11-16 04:39:34 +0800
committerGitHub <noreply@github.com>2017-11-16 04:39:34 +0800
commitfbd04a6af6e9eda22eebaae27d712ae08272c131 (patch)
treebbb643e10e42d8113fe2d67d78efccd56b92322c /ui/app/accounts
parentf8d38f44c2612f0f291063814ec0e98bb4aaf4bb (diff)
parent03968ffafe27e64dcdf58764057cee1d67aa4168 (diff)
downloadtangerine-wallet-browser-fbd04a6af6e9eda22eebaae27d712ae08272c131.tar.gz
tangerine-wallet-browser-fbd04a6af6e9eda22eebaae27d712ae08272c131.tar.zst
tangerine-wallet-browser-fbd04a6af6e9eda22eebaae27d712ae08272c131.zip
Merge pull request #2590 from MetaMask/merge-master
Merge master
Diffstat (limited to 'ui/app/accounts')
-rw-r--r--ui/app/accounts/import/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/accounts/import/index.js b/ui/app/accounts/import/index.js
index c66dcfc66..b7d9a9537 100644
--- a/ui/app/accounts/import/index.js
+++ b/ui/app/accounts/import/index.js
@@ -75,6 +75,7 @@ AccountImportSubview.prototype.render = function () {
}
}),
onChange: (opt) => {
+ props.dispatch(actions.showImportPage())
this.setState({ type: opt.value })
},
}),