mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
fix(frontend): fix flow warnings (#4213)
* fix(frontend): Correctly compute the array of all modules ids to build the step warnings * fix(frontend): Correctly compute the array of all modules ids to build the step warnings
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
flowModule.value,
|
||||
$flowInputsStore[flowModule.id].flowStepWarnings ?? {},
|
||||
$flowStateStore[$selectedId]?.schema ?? {},
|
||||
$flowStore?.value?.modules?.map((m) => m?.id) ?? []
|
||||
dfs($flowStore?.value?.modules ?? [], (fm) => fm.id) ?? []
|
||||
).then((flowStepWarnings) => {
|
||||
$flowInputsStore[flowModule.id].flowStepWarnings = flowStepWarnings
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user