mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
editable schema nit
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
let schemaFormDrawer: Drawer | undefined = undefined
|
||||
let editableSchemaForm: EditableSchemaForm | undefined = undefined
|
||||
|
||||
$: items = ((schema?.order ?? Object.keys(schema.properties ?? {}))?.map((item, index) => {
|
||||
$: items = ((schema?.order ?? Object.keys(schema?.properties ?? {}))?.map((item, index) => {
|
||||
return { value: item, id: item }
|
||||
}) ?? []) as Array<{
|
||||
value: string
|
||||
|
||||
Reference in New Issue
Block a user