Skip to content

Commit

Permalink
fix(src/router/index.js/index): Force redirection when a project is c…
Browse files Browse the repository at this point in the history
…licked from admin/accessManagement/portfolioAccessControl

Signed-off-by: ch8matt <[email protected]>
  • Loading branch information
ch8matt authored Mar 20, 2024
1 parent 435cb4a commit bfdf555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function configRoutes() {
},
},
{
path: 'projects/:uuid',
path: '/projects/:uuid',
name: 'Project',
alias: [
'projects/:uuid/overview',
Expand Down

0 comments on commit bfdf555

Please sign in to comment.