1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Remove warning message when show import page

Fixes: https://github.com/MetaMask/metamask-extension/issues/1192
This commit is contained in:
Daijiro Wachi 2017-10-30 20:04:44 +01:00
parent e0030a8bf8
commit 0bfa10e501
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ AccountImportSubview.prototype.render = function () {
}
}),
onChange: (opt) => {
props.dispatch(actions.showImportPage())
this.setState({ type: opt.value })
},
}),

View File

@ -122,6 +122,7 @@ function reduceApp (state, action) {
name: 'import-menu',
},
transForward: true,
warning: null,
})
case actions.SHOW_INFO_PAGE: