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