mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-27 00:35:53 -04:00
Chore
This commit is contained in:
parent
601204ae77
commit
6e55c44773
4 changed files with 5 additions and 6 deletions
|
@ -108,7 +108,6 @@ export default {
|
|||
watch: {
|
||||
"notification.type"(to, from) {
|
||||
let oldName;
|
||||
console.log(this.$root.notificationList)
|
||||
if (from) {
|
||||
oldName = this.getUniqueDefaultName(from);
|
||||
} else {
|
||||
|
@ -193,7 +192,7 @@ export default {
|
|||
})
|
||||
},
|
||||
/**
|
||||
* @param {string} notificationKey
|
||||
* @param {keyof NotificationFormList} notificationKey
|
||||
* @return {string}
|
||||
*/
|
||||
getUniqueDefaultName(notificationKey) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue