mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
handle better false values as defaultValue of appselect
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
$: resolvedConfig.defaultValue && handleDefault()
|
||||
$: resolvedConfig.defaultValue != undefined && handleDefault()
|
||||
|
||||
function handleDefault() {
|
||||
if (resolvedConfig.defaultValue != undefined) {
|
||||
|
||||
Reference in New Issue
Block a user