diff --git a/src/components/auth/PanelTransition.jsx b/src/components/auth/PanelTransition.jsx index 54603d7..7976099 100644 --- a/src/components/auth/PanelTransition.jsx +++ b/src/components/auth/PanelTransition.jsx @@ -180,6 +180,7 @@ class PanelTransition extends Component { } onFormSubmit = () => { + this.props.clearErrors(); this.body.onFormSubmit(); };