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:
parent
e0030a8bf8
commit
0bfa10e501
@ -72,6 +72,7 @@ AccountImportSubview.prototype.render = function () {
|
||||
}
|
||||
}),
|
||||
onChange: (opt) => {
|
||||
props.dispatch(actions.showImportPage())
|
||||
this.setState({ type: opt.value })
|
||||
},
|
||||
}),
|
||||
|
@ -122,6 +122,7 @@ function reduceApp (state, action) {
|
||||
name: 'import-menu',
|
||||
},
|
||||
transForward: true,
|
||||
warning: null,
|
||||
})
|
||||
|
||||
case actions.SHOW_INFO_PAGE:
|
||||
|
Loading…
Reference in New Issue
Block a user