From c1aebef00575c7c862d05edb3b02f57f6ca6b085 Mon Sep 17 00:00:00 2001 From: Ponkhy Date: Wed, 8 Sep 2021 01:03:24 +0200 Subject: [PATCH] Fixed SQL error due notification setup --- src/components/NotificationDialog.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index ba7397ca..2878c500 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -504,6 +504,7 @@ export default { name: "", type: null, gotifyPriority: 8, + isDefault: false, }, appriseInstalled: false, } @@ -553,6 +554,7 @@ export default { this.notification = { name: "", type: null, + isDefault: false, } // Default set to Telegram