diff --git a/src/lib/wizards/functions/steps/templateVariables.svelte b/src/lib/wizards/functions/steps/templateVariables.svelte index b51a4996d..c7db15bd4 100644 --- a/src/lib/wizards/functions/steps/templateVariables.svelte +++ b/src/lib/wizards/functions/steps/templateVariables.svelte @@ -56,80 +56,34 @@ {#if $template?.variables?.length} {#if requiredVariables?.length} - {#if requiredVariables?.length === 1 || requiredVariables.every((variable) => variable.required)} -