Skip to content

Commit

Permalink
Fix: router path for project version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Dec 20, 2023
1 parent 3de6b7a commit 8b6982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/packages/app/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const createRouter = (pinia: Pinia) => {
breadcrump: [
{
title: String(to.params.projectName),
path: '/projects/history'
path: `/projects/${to.params.namespace}/${to.params.projectName}/history`
},
{
title: String(to.params.version_id),
Expand Down

0 comments on commit 8b6982c

Please sign in to comment.