mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-19 11:38:22 -04:00
small fixes
This commit is contained in:
parent
ed218e73bb
commit
2fe5c090aa
4 changed files with 8 additions and 2 deletions
|
@ -595,7 +595,7 @@ export default {
|
|||
}
|
||||
|
||||
this.incident = res.data.incident;
|
||||
this.maintenance = res.data.maintenance || [];
|
||||
this.maintenance = res.data.maintenance;
|
||||
this.$root.publicGroupList = res.data.publicGroupList;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue