diff --git a/frontend/src/lib/components/apps/components/inputs/AppSelect.svelte b/frontend/src/lib/components/apps/components/inputs/AppSelect.svelte index 25dcd54388..27f01e973e 100644 --- a/frontend/src/lib/components/apps/components/inputs/AppSelect.svelte +++ b/frontend/src/lib/components/apps/components/inputs/AppSelect.svelte @@ -191,7 +191,7 @@ } } - $: resolvedConfig.defaultValue && handleDefault() + $: resolvedConfig.defaultValue != undefined && handleDefault() function handleDefault() { if (resolvedConfig.defaultValue != undefined) {