diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index 08a20fda0a..46e3185c36 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -184,7 +184,7 @@ {error === '' ? '...' : error} -
+
{#if inputCat == 'number' && !numberAsString} {:else if inputCat == 'string' || (inputCat == 'number' && numberAsString)}