mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Reset disabled state for confirm button after every notice.
This commit is contained in:
parent
8726ece16a
commit
61a6203808
@ -99,7 +99,10 @@ Notice.prototype.render = function () {
|
||||
|
||||
h('button', {
|
||||
disabled,
|
||||
onClick: onConfirm,
|
||||
onClick: () => {
|
||||
this.setState({disclaimerDisabled: true})
|
||||
onConfirm()
|
||||
},
|
||||
style: {
|
||||
marginTop: '18px',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user