feature/rename-lists-to-projects__rebased #2978

Merged
konrad merged 15 commits from dpschen/frontend:feature/rename-lists-to-projects__rebased into main 2023-03-14 14:04:25 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 26a2c69bf7 - Show all commits

View File

@ -85,7 +85,7 @@ function useAuth() {
const view = route.query.view && Object.values(PROJECT_VIEWS).includes(route.query.view as ProjectView)
? route.query.view
: 'project'
: 'list'
router.push({name: `project.${view}`, params: {projectId}})
} catch (e: any) {