Fix #46: early cleanup error state

This commit is contained in:
SleepWalker 2016-05-01 09:40:35 +03:00
parent 3092940ee4
commit eb9937bf7d

View File

@ -180,6 +180,7 @@ class PanelTransition extends Component {
} }
onFormSubmit = () => { onFormSubmit = () => {
this.props.clearErrors();
this.body.onFormSubmit(); this.body.onFormSubmit();
}; };