mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
make simple object settable as JSON
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
{:else if inputCat == 'resource-object'}
|
||||
<ObjectResourceInput {format} bind:value />
|
||||
{:else if inputCat == 'object'}
|
||||
{#if properties}
|
||||
{#if properties && Object.keys(properties).length > 0}
|
||||
<div class="p-4 pl-8 border rounded w-full">
|
||||
<SchemaForm
|
||||
schema={{ properties, $schema: '', required: [], type: 'object' }}
|
||||
|
||||
Reference in New Issue
Block a user