Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose committed Mar 12, 2024
1 parent aa1061d commit 27a70ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/core/PageTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ watch(route, (route, prevRoute) => {
);
} else {
activeTab = route.name;
coreDisplayStore.addTab(route.name, `/${route.name}`);
coreDisplayStore.addTab(route.name, `${route.path}`);
}
});
Expand Down

0 comments on commit 27a70ff

Please sign in to comment.