clean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user