mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
fix: flow steps appears in all static inputs
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
$: scriptModules = dfs($flowStore.value.modules, (x) => x)
|
||||
.map((x) => [x.value, x] as [FlowModuleValue, FlowModule])
|
||||
.filter((x) => x[0].type == 'script' || x[0].type == 'rawscript') as [
|
||||
.filter((x) => x[0].type == 'script' || x[0].type == 'rawscript' || x[0].type == 'flow') as [
|
||||
PathScript | RawScript,
|
||||
FlowModule
|
||||
][]
|
||||
|
||||
Reference in New Issue
Block a user