mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix: fix conditional wrappre
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
const firstTrueIndex = slicedArray.findIndex((c) => c)
|
||||
|
||||
outputs.conditions.set(slicedArray, true)
|
||||
|
||||
setSelectedIndex(firstTrueIndex)
|
||||
}
|
||||
|
||||
@@ -80,6 +79,7 @@
|
||||
}
|
||||
|
||||
$effect.pre(() => {
|
||||
resolvedConditions && resolvedConditions.forEach((c) => c)
|
||||
resolvedConditions && untrack(() => handleResolvedConditions())
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user