diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte
index 7e63876cdd..5001abf150 100644
--- a/frontend/src/lib/components/ArgInput.svelte
+++ b/frontend/src/lib/components/ArgInput.svelte
@@ -7,7 +7,7 @@
faPlus
} from '@fortawesome/free-solid-svg-icons'
- import { setInputCat as computeInputCat, type InputCat } from '$lib/utils'
+ import { setInputCat as computeInputCat } from '$lib/utils'
import { Badge, Button } from './common'
import { createEventDispatcher } from 'svelte'
import Icon from 'svelte-awesome'
@@ -450,19 +450,6 @@
{/if}
{/if}
- {#if !required && inputCat != 'resource-object'}
-
- {/if}