mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
fix required fields in nested schema (#1932)
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
items: schema.items,
|
||||
contentEncoding: schema.contentEncoding,
|
||||
format: schema.format,
|
||||
properties: schema.schema?.properties
|
||||
properties: schema.schema?.properties,
|
||||
required: schema.schema?.required
|
||||
}
|
||||
}
|
||||
function handleAddOrEditArgument(modalProperty: ModalSchemaProperty): void {
|
||||
|
||||
Reference in New Issue
Block a user