fix: comment

This commit is contained in:
kolaente 2023-01-18 16:03:27 +01:00
parent e48dfca2d1
commit 059e4643e6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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)