switch on the notification, if it is added in EditMonitor.vue

This commit is contained in:
LouisLam
2021-09-09 21:24:29 +08:00
parent 7a4432de1e
commit 573c7faddd
4 changed files with 21 additions and 5 deletions

View File

@@ -99,6 +99,8 @@ class Notification {
if (notification.applyExisting) {
await applyNotificationEveryMonitor(bean.id, userID);
}
return bean;
}
static async delete(notificationID, userID) {