mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Added default dropdown value
This commit is contained in:
parent
e63f7562f8
commit
df47609671
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ export default {
|
|||
if (typeof this.$parent.notification.ntfyPriority === "undefined") {
|
||||
this.$parent.notification.ntfyserverurl = "https://ntfy.sh";
|
||||
this.$parent.notification.ntfyPriority = 5;
|
||||
this.$parent.notification.ntfyAuthenticationMethod = "none";
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue