mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
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"
|
||||
value={this.state.inputs.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
|
||||
</Button>
|
||||
</FormGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user