Forgot to update header error message
This commit is contained in:
parent
165cc8f02a
commit
e9bbd2ba74
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export default class Signup extends Component{
|
||||||
<Form size='large' style={{marginTop : "2em"}} error={this.state.error.state}>
|
<Form size='large' style={{marginTop : "2em"}} error={this.state.error.state}>
|
||||||
<Message
|
<Message
|
||||||
error
|
error
|
||||||
header='Login Error'
|
header='Singup Error'
|
||||||
content= {this.state.error.message}
|
content= {this.state.error.message}
|
||||||
/>
|
/>
|
||||||
<Form.Input
|
<Form.Input
|
||||||
|
|
Loading…
Reference in a new issue