Browse Source

basilisk send reset form fix

all-modes
pbca26 7 years ago
parent
commit
2026fb9171
  1. 2
      react/src/components/dashboard/sendCoin/sendCoin.render.js

2
react/src/components/dashboard/sendCoin/sendCoin.render.js

@ -235,6 +235,8 @@ export const SendCoinRender = function () {
name="amount" name="amount"
placeholder="0.000" placeholder="0.000"
autoComplete="off" autoComplete="off"
defaultValue={ this.state.amount }
value={ this.state.amount }
onChange={ this.updateInput } /> onChange={ this.updateInput } />
</div> </div>
<div className="col-lg-6 form-group form-material"> <div className="col-lg-6 form-group form-material">

Loading…
Cancel
Save