mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
fix recomputeOthers
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
}
|
||||
|
||||
export function onSuccess() {
|
||||
if (recomputeIds) {
|
||||
recomputeIds.map((id) => $runnableComponents?.[id]?.())
|
||||
}
|
||||
if (!doOnSuccess) return
|
||||
|
||||
if (doOnSuccess.selected == 'none') return
|
||||
@@ -89,10 +92,6 @@
|
||||
) {
|
||||
sendUserToast(doOnSuccess.configuration.sendToast.message)
|
||||
}
|
||||
|
||||
if (recomputeIds) {
|
||||
recomputeIds.map((id) => $runnableComponents?.[id]?.())
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user