From 6a57c443fd3f756dac334a76b22d65a1107eab38 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 7 Mar 2022 15:52:17 +0800 Subject: [PATCH] Set telegram as the default notification type --- src/components/NotificationDialog.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index 034e11496..8c03dbbda 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -145,12 +145,9 @@ export default { this.id = null; this.notification = { name: "", - type: null, + type: "telegram", isDefault: false, }; - - // Set Default value here - this.notification.type = this.notificationTypes[0]; } this.modal.show();