diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index 0fdc28e743..08a20fda0a 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -277,7 +277,7 @@ ? format.substring('resource-'.length) : undefined} /> - {:else if inputCat == 'string'} + {:else if inputCat == 'string' || (inputCat == 'number' && numberAsString)}