mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-16 18:19:55 +05:30
Fix #46: early cleanup error state
This commit is contained in:
parent
3092940ee4
commit
eb9937bf7d
@ -180,6 +180,7 @@ class PanelTransition extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onFormSubmit = () => {
|
onFormSubmit = () => {
|
||||||
|
this.props.clearErrors();
|
||||||
this.body.onFormSubmit();
|
this.body.onFormSubmit();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user