From 52ae6902d203ca56e0312692b50c55cb6ddd3e39 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 20 Jan 2025 16:20:14 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=88=9B=E5=BB=BA=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E6=97=B6=EF=BC=8C=E9=BB=98=E8=AE=A4=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E6=97=B6=E4=B9=9F=E5=8F=91=E9=80=81=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/src/views/certd/pipeline/crud.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx b/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx index 953a81500..3afb6e31b 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/pipeline/crud.tsx @@ -122,7 +122,7 @@ export default function ({ crudExpose, context: { certdFormRef, groupDictRef, se if (form.notification != null) { notifications.push({ type: "custom", - when: ["error", "turnToSuccess"], + when: ["error", "turnToSuccess", "success"], notificationId: form.notification, title: form.notificationTarget?.name || "自定义通知" });