mirror of https://github.com/embarklabs/embark.git
add a title to the auto-set button to explain
This commit is contained in:
parent
8886f6b0f2
commit
22f94563fe
|
@ -133,7 +133,7 @@ class ContractFunction extends Component {
|
||||||
<Input name="gasPrice" id="gasPrice" placeholder="uint256"
|
<Input name="gasPrice" id="gasPrice" placeholder="uint256"
|
||||||
value={this.state.inputs.gasPrice || ''}
|
value={this.state.inputs.gasPrice || ''}
|
||||||
onChange={(e) => this.handleChange(e, 'gasPrice')}/>
|
onChange={(e) => this.handleChange(e, 'gasPrice')}/>
|
||||||
<Button onClick={(e) => this.autoSetGasPrice(e)}>
|
<Button onClick={(e) => this.autoSetGasPrice(e)} title="Automatically set the gas price to what is currently in the estimator (default: safe low)">
|
||||||
Auto-set
|
Auto-set
|
||||||
</Button>
|
</Button>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
Loading…
Reference in New Issue