Skip to content

Commit

Permalink
Fix TopBar
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jan 14, 2023
1 parent 54f2a64 commit 199e7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-runtime/src/components/Topbar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
...mapGetters(['configuration', 'user']),
activeRoutePath() {
return this.$router.resolve(this.$route).location.path
return this.$router.resolve(this.$route).path
},
appMenuItems() {
Expand Down

0 comments on commit 199e7d6

Please sign in to comment.