From 059e4643e6d612deed3c996b9f719bd5a6309586 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Jan 2023 16:03:27 +0100 Subject: [PATCH] fix: comment --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)