diff --git a/client/src/components/Panels/WorkflowPanel.vue b/client/src/components/Panels/WorkflowPanel.vue index d5e56f332d5c..b16b1cf1d16b 100644 --- a/client/src/components/Panels/WorkflowPanel.vue +++ b/client/src/components/Panels/WorkflowPanel.vue @@ -52,7 +52,7 @@ const loadWorkflowsOptions = { sortBy: "update_time", sortDesc: true, limit: 20, - showPublished: true, + showPublished: false, skipStepCounts: false, } as const;