mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
improve branches module editor
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
export let parentModule: FlowModule | undefined = undefined
|
||||
export let previousModule: FlowModule | undefined
|
||||
|
||||
let value = flowModule.value as PathFlow | RawScript | PathScript
|
||||
$: value = flowModule.value as PathFlow | RawScript | PathScript
|
||||
|
||||
let editor: Editor
|
||||
|
||||
Reference in New Issue
Block a user