Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bedakb committed May 15, 2019
1 parent 63cb2af commit d8bfdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Form<MODEL extends object> extends React.Component<Props<MODEL>, State<MOD
model: this.props.model,
isDirty: false,
isValid: true,
violations: props.violations || {},
violations: this.props.violations || {},
initialModel: this.props.model,
isSubmitting: false,
expandedGroupId: this.props.children[0].id,
Expand Down

0 comments on commit d8bfdf2

Please sign in to comment.