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 || "自定义通知" });