Skip to content

Commit

Permalink
Merge branch '1.13' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2023
2 parents 4efa8ff + eaca9e7 commit d657a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions client/src/containers/FormBuilderLoader/FormBuilderLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ class FormBuilderLoader extends Component {
...field,
message,
};
})
},
}),
// Non-field messages
messages: schema.errors.filter((error) => !error.field),
messages: schema.errors.filter((error) => !error.field),
},
};

// Can be safely discarded
Expand Down

0 comments on commit d657a8f

Please sign in to comment.