1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

typ0 and default to submit form

This commit is contained in:
sveisvei 2016-12-27 13:11:04 +01:00
parent 1291a664b7
commit 410ecf7867

View File

@ -47,7 +47,7 @@ class EditUserComponent extends React.Component {
<h2>Action required</h2>
<div>
<p>
You hav to specify a username to use Unleash. This will allow us to track changes.
You have to specify a username to use Unleash. This will allow us to track your changes.
</p>
<form onSubmit={this.handleSubmit}>
<Textfield
@ -58,7 +58,7 @@ class EditUserComponent extends React.Component {
onChange={(e) => this.props.updateUserName(e.target.value)}
/>
<br />
<Button raised accent onClick={this.props.save}>Save</Button>
<Button raised accent>Save</Button>
</form>
</div>
</Modal>