mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-16 10:19:03 +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 = () => {
|
||||
this.props.clearErrors();
|
||||
this.body.onFormSubmit();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user