Skip to content

Commit

Permalink
fix(reform): rescriptbr#236
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Charles Bailliez committed Nov 7, 2022
1 parent aac4163 commit 1c5a3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reform/src/ReForm.res
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ module Make = (Config: Config) => {
))
self.send(SetFieldsState(newFieldsState))
submit ? self.send(Submit) : ()
self.send(SetFormState(Valid))
}
| Errors(erroredFields) =>
let newFieldsState: array<(field, fieldState)> =
Expand Down

0 comments on commit 1c5a3a6

Please sign in to comment.