mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix: in-flow script editor fixes
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
let jobId: string
|
||||
|
||||
export async function runPreview(args) {
|
||||
viewPreview = true
|
||||
intervalId && clearInterval(intervalId)
|
||||
const newFlow = tab == 'upto' ? truncateFlow(flow) : extractStep(flow)
|
||||
jobId = await JobService.runFlowPreview({
|
||||
|
||||
Reference in New Issue
Block a user