We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5165cd2 commit e2d7e23Copy full SHA for e2d7e23
packages/client/src/pages/CollectionForm/EditForm.tsx
@@ -54,6 +54,8 @@ export function EditForm(props: {
54
return onSubmit(exitData, actions);
55
}}
56
validate={(values) => {
57
+ if (view === 'json') return;
58
+
59
const [, error] = validatePluginsFieldsData(plugins, values);
60
if (error) return error;
61
0 commit comments