Browse Source

Fixed SQL error due notification setup

pull/340/head
Ponkhy 4 years ago
parent
commit
c1aebef005
  1. 2
      src/components/NotificationDialog.vue

2
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

Loading…
Cancel
Save