From 0f0aeff90c58c8b34b7f488ead428f72d1e33854 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Sun, 27 Apr 2025 00:05:38 +0800 Subject: [PATCH] Update NotificationSettingForm.vue --- packages/frontend/src/components/NotificationSettingForm.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/frontend/src/components/NotificationSettingForm.vue b/packages/frontend/src/components/NotificationSettingForm.vue index 259c618..bc7208f 100644 --- a/packages/frontend/src/components/NotificationSettingForm.vue +++ b/packages/frontend/src/components/NotificationSettingForm.vue @@ -209,8 +209,6 @@ import { ref, reactive, computed, watch, PropType, nextTick } from 'vue'; import { useNotificationsStore } from '../stores/notifications.store'; import { NotificationSetting, - NotificationSettingData, - NotificationChannelType, NotificationEvent, WebhookConfig, EmailConfig, // Keep this, but we'll add SMTP fields