From 4aaf9bfeb043d4cc995a49f84c159dffbe10fdf8 Mon Sep 17 00:00:00 2001 From: Zhenyi-Wang <47094597+Zhenyi-Wang@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E2=80=9C=E5=8F=91=E5=B8=83=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E2=80=9D=E9=80=9A=E7=9F=A5=E4=B8=AD=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=20(#2948)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: remove style tag when fetching url * 在“发布成功”通知中,显示关闭按钮 --------- Co-authored-by: zhenyiwang --- .../WorkflowComponents/Flow/components/SaveAndPublish.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/app/src/pages/app/detail/components/WorkflowComponents/Flow/components/SaveAndPublish.tsx b/projects/app/src/pages/app/detail/components/WorkflowComponents/Flow/components/SaveAndPublish.tsx index 2075ac156..a73d417c7 100644 --- a/projects/app/src/pages/app/detail/components/WorkflowComponents/Flow/components/SaveAndPublish.tsx +++ b/projects/app/src/pages/app/detail/components/WorkflowComponents/Flow/components/SaveAndPublish.tsx @@ -68,7 +68,8 @@ const SaveAndPublishModal = ({ toast({ status: 'success', title: t('app:publish_success'), - position: 'top-right' + position: 'top-right', + isClosable: true }); onClose(); })}