From d0bb13dca46708688876b6b85b35baaff7374397 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Fri, 15 Mar 2024 16:11:02 -0500 Subject: [PATCH] change published button to filter toggle instead of link to published --- .../src/components/Workflow/WorkflowIndicators.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/src/components/Workflow/WorkflowIndicators.vue b/client/src/components/Workflow/WorkflowIndicators.vue index 225295b91398..aa80aa132aa2 100644 --- a/client/src/components/Workflow/WorkflowIndicators.vue +++ b/client/src/components/Workflow/WorkflowIndicators.vue @@ -86,18 +86,18 @@ function onViewUserPublished() {
+ title="Published workflow. Click to filter published workflows" + @click="emit('update-filter', 'published', true)"> @@ -106,7 +106,7 @@ function onViewUserPublished() { @@ -122,7 +122,7 @@ function onViewUserPublished() { @@ -132,7 +132,7 @@ function onViewUserPublished() {