mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Fix: reset editMonitor after save
This commit is contained in:
parent
73f4b8e177
commit
9b5abf9bb1
1 changed files with 2 additions and 1 deletions
|
@ -347,7 +347,8 @@ export default {
|
|||
|
||||
this.$root.getSocket().emit("editMonitor", this.monitor, (res) => {
|
||||
this.processing = false;
|
||||
this.$root.toastRes(res)
|
||||
this.$root.toastRes(res);
|
||||
this.init();
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue