mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
do not list preview in the latest runs
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
jobs = await JobService.listJobs({
|
||||
workspace: $workspaceStore!,
|
||||
success: true,
|
||||
createdBy: $userStore?.username
|
||||
createdBy: $userStore?.username,
|
||||
jobKinds: 'flow,script'
|
||||
})
|
||||
loading.jobs = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user