mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 00:26:01 +00:00
fix schema modals
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user