mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
fix recomputeOthers
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
|
||||
export function onSuccess() {
|
||||
if (recomputeIds) {
|
||||
recomputeIds.map((id) => $runnableComponents?.cb?.[id]?.())
|
||||
recomputeIds.forEach((id) => $runnableComponents?.[id]?.cb())
|
||||
}
|
||||
if (!doOnSuccess) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user