diff --git a/.gitignore b/.gitignore index 2137a8aa..fc9e9a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -124,6 +124,7 @@ DerivedData/ .classpath .settings/ .devcontainer/ +.devcontainer # JetBrains *.iws diff --git a/src/lib/components/vault/prompts/PromptPackEditor.svelte b/src/lib/components/vault/prompts/PromptPackEditor.svelte index 025e4396..0f455811 100644 --- a/src/lib/components/vault/prompts/PromptPackEditor.svelte +++ b/src/lib/components/vault/prompts/PromptPackEditor.svelte @@ -1,7 +1,8 @@ @@ -254,6 +144,14 @@ oninput={(e) => updateDraft(name, e.currentTarget.value)} class="h-7 text-xs" /> + {:else if type === 'array' || type === 'object'} +