mirror of https://github.com/embarklabs/embark.git
Fix typo
This commit is contained in:
parent
e1043bf5f5
commit
c01f836391
|
@ -40,7 +40,7 @@ class EnsResolve extends Component {
|
||||||
<h3>Resolve</h3>
|
<h3>Resolve</h3>
|
||||||
<Form.FieldSet>
|
<Form.FieldSet>
|
||||||
<Form.Group>
|
<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>
|
</Form.Group>
|
||||||
<Button color="primary" onClick={() => this.handleResolve()}>Resolve</Button>
|
<Button color="primary" onClick={() => this.handleResolve()}>Resolve</Button>
|
||||||
{this.state.showResult && this.showResult()}
|
{this.state.showResult && this.showResult()}
|
||||||
|
|
Loading…
Reference in New Issue