This commit is contained in:
Guilhem
2025-01-15 18:41:26 +01:00
parent 0fb8b0b6d6
commit e7e36804e9

View File

@@ -172,9 +172,7 @@
<Drawer bind:this={schemaFormDrawer} size="1200px">
<DrawerContent title="UI Customisation" on:close={schemaFormDrawer.closeDrawer}>
<EditableSchemaForm
on:change={(e) => {
dispatch('change', e.detail)
}}
on:change
bind:this={editableSchemaForm}
bind:schema
isAppInput