Skip to content

Commit

Permalink
Merge branch '2.0' into 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 1, 2023
2 parents a09a16b + d61964e commit 0f18b3d
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),
},
// Non-field messages
messages: schema.errors.filter((error) => !error.field),
};

// Can be safely discarded
Expand Down

0 comments on commit 0f18b3d

Please sign in to comment.