Skip to content

Commit

Permalink
Merge pull request #4455 from skdud4659/feature/project
Browse files Browse the repository at this point in the history
chore: update project dashboard route
  • Loading branch information
skdud4659 authored Jul 30, 2024
2 parents 856b50c + 3b9e7d6 commit 21c54ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/lib/reference/referenceRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const routerMap: RouterMap = {
},
'identity.Project':
{
name: PROJECT_ROUTE.DETAIL._NAME,
name: PROJECT_ROUTE.DETAIL.TAB.DASHBOARD._NAME,
formatter: projectLinkFormatter,
},
'identity.ProjectGroup':
Expand Down

0 comments on commit 21c54ff

Please sign in to comment.