From ec5142d984882568c17b751d04861c4697a98ad5 Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Wed, 24 Sep 2025 11:33:07 +0200 Subject: [PATCH] nit --- frontend/src/lib/components/ArgInput.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index 946e799af2..7f64214a7a 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -940,7 +940,7 @@ {#if value.startsWith('$res:')} {@render resourceInput()} {:else} -
+
Invalid string value: "{value}", expected array. Click add item to turn it into an array.