@@ -150,8 +150,7 @@ export const CustomFieldExplorer = ({
|
||||
<CardContent>
|
||||
<Form
|
||||
showErrorList={false}
|
||||
// @ts-ignore
|
||||
fields={{ ...fieldOverrides, ...fieldComponents }}
|
||||
fields={{ ...fieldComponents }}
|
||||
noHtml5Validate
|
||||
formData={fieldFormState}
|
||||
formContext={{ fieldFormState }}
|
||||
|
||||
@@ -150,7 +150,6 @@ export const CustomFieldExplorer = ({
|
||||
<CardContent>
|
||||
<Form
|
||||
showErrorList={false}
|
||||
// @ts-ignore
|
||||
fields={{ ...fieldComponents }}
|
||||
noHtml5Validate
|
||||
formData={fieldFormState}
|
||||
|
||||
Reference in New Issue
Block a user