diff --git a/src/router/index.ts b/src/router/index.ts index a79fea1de..cce26ea37 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -356,7 +356,7 @@ const router = createRouter({ path: '/projects/:projectId', name: 'project.index', redirect(to) { - // Redirect the user to project view by default + // Redirect the user to list view by default const savedProjectView = getProjectView(to.params.projectId) console.debug('Replaced project view with', savedProjectView)