1
0

fix(kanban): do not use the bucket id saved on the task

This commit is contained in:
kolaente
2024-03-20 11:36:46 +01:00
parent 8f85af07ca
commit 2dcf6c6861
2 changed files with 0 additions and 16 deletions

View File

@ -348,7 +348,6 @@ const router = createRouter({
name: 'project.index',
redirect(to) {
const viewId = getProjectViewId(Number(to.params.projectId as string))
console.log(viewId)
if (viewId) {
console.debug('Replaced list view with', viewId)