Skip to content

Commit

Permalink
Merge pull request #2092 from okTurtles/fix-broken-links
Browse files Browse the repository at this point in the history
Fix broken links in Troubleshooting.vue and AppLogs.vue
  • Loading branch information
taoeffect authored Jun 19, 2024
2 parents 1008f03 + dd0226f commit 436d615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/views/containers/user-settings/AppLogs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default ({
this.$router.push({
query: {
...this.$route.query,
section: 'troubleshooting'
tab: 'troubleshooting'
}
})
},
Expand Down
3 changes: 1 addition & 2 deletions frontend/views/containers/user-settings/Troubleshooting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default ({
this.$router.push({
query: {
...this.$route.query,
section: 'application-logs'
tab: 'application-logs'
}
})
},
Expand Down Expand Up @@ -208,5 +208,4 @@ export default ({
margin-top: 0.5rem;
}
}
</style>

0 comments on commit 436d615

Please sign in to comment.