Browse Source
Fix grammer in comment
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
pull/815/head
Jasper Miller-Waugh
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/StatusPage.vue
|
@ -490,7 +490,7 @@ export default { |
|
|
changeTagsVisibilty(newState) { |
|
|
changeTagsVisibilty(newState) { |
|
|
this.config.statusPageTags = 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 |
|
|
// 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 |
|
|
// 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)=>{ |
|
|
this.$root.publicGroupList = this.$root.publicGroupList.map((group)=>{ |
|
|