mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 05:56:21 +00:00
Fix typo
This commit is contained in:
parent
e1043bf5f5
commit
c01f836391
@ -40,7 +40,7 @@ class EnsResolve extends Component {
|
||||
<h3>Resolve</h3>
|
||||
<Form.FieldSet>
|
||||
<Form.Group>
|
||||
<Form.Input placeholder="Enter a name" onChange={e => this.handleChange(e)}/>
|
||||
<Form.Input placeholder="Enter a subdomain" onChange={e => this.handleChange(e)}/>
|
||||
</Form.Group>
|
||||
<Button color="primary" onClick={() => this.handleResolve()}>Resolve</Button>
|
||||
{this.state.showResult && this.showResult()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user