From 6372253e88478d246104f924faced23cec1b803e Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Thu, 26 Oct 2023 15:04:17 -0400 Subject: [PATCH] Add execute back to published workflows list --- client/src/components/Workflow/WorkflowList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Workflow/WorkflowList.vue b/client/src/components/Workflow/WorkflowList.vue index e702bdf3ef40..473184f71d40 100644 --- a/client/src/components/Workflow/WorkflowList.vue +++ b/client/src/components/Workflow/WorkflowList.vue @@ -160,7 +160,7 @@ const EXECUTE_FIELD = { key: "execute", label: "Run", thStyle: { width: "10%" } const OWNER_FIELD = { key: "owner", label: _l("Owner"), sortable: false, thStyle: { width: "15%" } }; const PERSONAL_FIELDS = [NAME_FIELD, TAGS_FIELD, UPDATED_FIELD, SHARING_FIELD, BOOKMARKED_FIELD, EXECUTE_FIELD]; -const PUBLISHED_FIELDS = [NAME_FIELD, TAGS_FIELD, UPDATED_FIELD, OWNER_FIELD]; +const PUBLISHED_FIELDS = [NAME_FIELD, TAGS_FIELD, UPDATED_FIELD, OWNER_FIELD, EXECUTE_FIELD]; export default { components: {