chore: fix

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-13 08:51:49 +02:00
committed by Patrik Oldsberg
parent d4f2e21386
commit 445d7a3058
2 changed files with 1 additions and 3 deletions
@@ -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}