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