feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 059e4643e6 - Show all commits

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)