We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcaf170 commit f1c27abCopy full SHA for f1c27ab
src/openforms/js/components/admin/forms/Field.js
@@ -16,7 +16,7 @@ export const normalizeErrors = (errors = [], intl) => {
16
17
if (error.defaultMessage) return intl.formatMessage(error);
18
19
- const [key, msg] = error;
+ const [, msg] = error;
20
return msg;
21
});
22
return [hasErrors, formattedErrors];
0 commit comments