mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-17 19:54:39 -05:00
Fixed SQL error due notification setup
This commit is contained in:
parent
f0f1847ad8
commit
c1aebef005
@ -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…
Reference in New Issue
Block a user