mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
Correctly initialize the flowInputStore(#3940)
* fix(frontend): Correctly initialize the flowInputStore for picked scripts/flows * fix(frontend): Correctly initialize the flowInputStore for picked scripts/flows
This commit is contained in:
@@ -62,6 +62,15 @@
|
||||
|
||||
flowModule = module
|
||||
$flowStateStore[module.id] = state
|
||||
|
||||
if ($flowInputsStore) {
|
||||
$flowInputsStore[module?.id] = {
|
||||
requiredInputsFilled: initRequiredInputFilled(
|
||||
module?.value,
|
||||
$flowStateStore[module?.id]?.schema
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user