mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-14 10:23:16 +02:00
Fix grammer in comment
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
This commit is contained in:
parent
12ef9f39c5
commit
191b81ee07
@ -490,7 +490,7 @@ export default {
|
||||
changeTagsVisibilty(newState) {
|
||||
this.config.statusPageTags = newState;
|
||||
|
||||
// On load, if the status page will not include tags if it's not enabled for security reasons
|
||||
// On load, the status page will not include tags if it's not enabled for security reasons
|
||||
// Which means if we enable tags, it won't show in the UI until saved
|
||||
// So we have this to enhance UX and load in the tags from the authenticated source instantly
|
||||
this.$root.publicGroupList = this.$root.publicGroupList.map((group)=>{
|
||||
|
Loading…
Reference in New Issue
Block a user