diff --git a/apps/desktop/layer/renderer/src/modules/ai-task/components/notify-channels-config.tsx b/apps/desktop/layer/renderer/src/modules/ai-task/components/notify-channels-config.tsx index 163327570..5e8d6bd69 100644 --- a/apps/desktop/layer/renderer/src/modules/ai-task/components/notify-channels-config.tsx +++ b/apps/desktop/layer/renderer/src/modules/ai-task/components/notify-channels-config.tsx @@ -32,11 +32,8 @@ export const NotifyChannelsConfig = ({ value, onChange }: NotifyChannelsConfigPr return (
-
-
- -
-
+
+
{t(EMAIL_CHANNEL.labelKey)} @@ -45,6 +42,7 @@ export const NotifyChannelsConfig = ({ value, onChange }: NotifyChannelsConfigPr {t(EMAIL_CHANNEL.helperKey)}
+
)