diff --git a/src/components/SchemaEditor/AddFieldButton.tsx b/src/components/SchemaEditor/AddFieldButton.tsx index fbfb80e..7e2b184 100644 --- a/src/components/SchemaEditor/AddFieldButton.tsx +++ b/src/components/SchemaEditor/AddFieldButton.tsx @@ -42,6 +42,7 @@ const AddFieldButton: FC = ({ const fieldRequiredId = useId(); const fieldTypeId = useId(); const additionalPropertiesId = useId(); + const formId = useId(); const t = useTranslation(); const regexError = (() => { @@ -120,7 +121,7 @@ const AddFieldButton: FC = ({ -
+
@@ -263,7 +264,7 @@ const AddFieldButton: FC = ({ > {t.fieldAddNewCancel} -