From d119acf586ae654bd0514260113e6349d1093449 Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Mon, 13 May 2024 16:43:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F:=20update=20`WorkflowCard?= =?UTF-8?q?`=20to=20use=20`WorkflowPublished`=20component=20for=20preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Workflow/WorkflowCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Workflow/WorkflowCard.vue b/client/src/components/Workflow/WorkflowCard.vue index 818fb1844516..f0df64bcebd8 100644 --- a/client/src/components/Workflow/WorkflowCard.vue +++ b/client/src/components/Workflow/WorkflowCard.vue @@ -13,11 +13,11 @@ import { useUserStore } from "@/stores/userStore"; import AsyncButton from "@/components/Common/AsyncButton.vue"; import TextSummary from "@/components/Common/TextSummary.vue"; import StatelessTags from "@/components/TagsMultiselect/StatelessTags.vue"; +import WorkflowPublished from "@/components/Workflow/Published/WorkflowPublished.vue"; import WorkflowActions from "@/components/Workflow/WorkflowActions.vue"; import WorkflowActionsExtend from "@/components/Workflow/WorkflowActionsExtend.vue"; import WorkflowIndicators from "@/components/Workflow/WorkflowIndicators.vue"; import WorkflowInvocationsCount from "@/components/Workflow/WorkflowInvocationsCount.vue"; -import WorkflowQuickView from "@/components/Workflow/WorkflowQuickView.vue"; import WorkflowRename from "@/components/Workflow/WorkflowRename.vue"; import WorkflowRunButton from "@/components/Workflow/WorkflowRunButton.vue"; @@ -227,7 +227,7 @@ async function onTagClick(tag: string) { hide-header dialog-class="workflow-card-preview-modal w-auto" centered> - +