Skip to content

Commit

Permalink
fix(ZNTA-2608): reset new language form fields on close or submit (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earl Floden authored and seanf committed Jun 8, 2018
1 parent 2e866d0 commit df85c9a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -56,6 +56,7 @@ class NewLanguageModal extends Component {
}

resetFields = () => {
this.props.form.resetFields()
this.setState({
details: {
enabledByDefault: true,
Expand Down

0 comments on commit df85c9a

Please sign in to comment.