fix schema modals

This commit is contained in:
dswbx
2025-07-07 16:38:39 +02:00
parent 88ec3432a0
commit ea46dc8df0
4 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export function SchemaFormModal({
<JsonSchemaForm
tagName="form"
ref={formRef}
schema={schema}
schema={JSON.parse(JSON.stringify(schema))}
uiSchema={uiSchema}
className="legacy hide-required-mark fieldset-alternative mute-root"
onChange={handleChange}