mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix: fix Out output of flow node in frontend be reactive to relevant flowStateStore change
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
$effect(() => {
|
||||
if (testJob && testJob.type === 'CompletedJob') {
|
||||
lastJob = $state.snapshot(testJob)
|
||||
} else if (flowStateStore && flowStateStore) {
|
||||
} else if (id && flowStateStore?.val?.[id]) {
|
||||
untrack(() => updateLastJob(flowStateStore))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user