diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index 410717ef30..be5742204b 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -272,7 +272,7 @@ {:else if inputCat == 'resource-object'} {:else if inputCat == 'object'} - {#if properties} + {#if properties && Object.keys(properties).length > 0}