do not list preview in the latest runs

This commit is contained in:
Ruben Fiszel
2022-11-04 22:30:19 +01:00
parent 34f9ea3b3c
commit 4a2dff5cf2
+2 -1
View File
@@ -38,7 +38,8 @@
jobs = await JobService.listJobs({
workspace: $workspaceStore!,
success: true,
createdBy: $userStore?.username
createdBy: $userStore?.username,
jobKinds: 'flow,script'
})
loading.jobs = false
}