diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index 4e7b4f8c81..9b58518774 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -121,6 +121,7 @@ | undefined workspace?: string | undefined actions?: import('svelte').Snippet + innerBottomSnippet?: import('svelte').Snippet } let { @@ -177,7 +178,8 @@ appPath = undefined, computeS3ForceViewerPolicies = undefined, workspace = undefined, - actions + actions, + innerBottomSnippet }: Props = $props() $effect(() => { @@ -684,6 +686,7 @@ bind:editor {appPath} {computeS3ForceViewerPolicies} + bottom={innerBottomSnippet} /> {:else if inputCat == 'object' && format == 'json-schema'} {#await import('$lib/components/EditableSchemaForm.svelte')} diff --git a/frontend/src/lib/components/EditableSchemaForm.svelte b/frontend/src/lib/components/EditableSchemaForm.svelte index 9c91888960..acfc780006 100644 --- a/frontend/src/lib/components/EditableSchemaForm.svelte +++ b/frontend/src/lib/components/EditableSchemaForm.svelte @@ -522,7 +522,7 @@ {:else} {#if jsonEnabled && customUi?.jsonOnly != true} -