fix: in-flow script editor fixes

This commit is contained in:
Ruben Fiszel
2022-07-05 12:02:12 +02:00
parent e24c2e80aa
commit 2cae0dad00
@@ -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({