Make reset button clear errors

feature/default_network_editable
Dan Finlay 8 years ago
parent 31c1839ed7
commit 018b1d006f
  1. 1
      ui/app/components/pending-tx.js

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

Loading…
Cancel
Save