This commit is contained in:
Anthony Laibe 2018-08-14 11:45:10 +01:00 committed by Pascal Precht
parent e1043bf5f5
commit c01f836391
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -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()}