1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Make reset button clear errors

This commit is contained in:
Dan Finlay 2017-03-23 15:14:18 -07:00
parent 31c1839ed7
commit 018b1d006f

View File

@ -414,6 +414,7 @@ PendingTx.prototype.resetGasFields = function () {
this.setState({
gas: txData.txParams.gas,
gasPrice: txData.gasPrice,
valid: true,
})
}