From beee877bbdee3956e04fe0dc05f3b0ad55e9952c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 16 Aug 2022 19:02:02 +0200 Subject: [PATCH] make simple object settable as JSON --- 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 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}