Update NotificationSettingForm.vue

This commit is contained in:
Baobhan Sith
2025-04-27 00:05:38 +08:00
parent 25ddebb908
commit 0f0aeff90c
@@ -209,8 +209,6 @@ import { ref, reactive, computed, watch, PropType, nextTick } from 'vue';
import { useNotificationsStore } from '../stores/notifications.store'; import { useNotificationsStore } from '../stores/notifications.store';
import { import {
NotificationSetting, NotificationSetting,
NotificationSettingData,
NotificationChannelType,
NotificationEvent, NotificationEvent,
WebhookConfig, WebhookConfig,
EmailConfig, // Keep this, but we'll add SMTP fields EmailConfig, // Keep this, but we'll add SMTP fields