1
0

chore(views): remove old view routes

This commit is contained in:
kolaente
2024-03-16 13:09:53 +01:00
parent bc34a33922
commit 59ced554cd
5 changed files with 13 additions and 54 deletions

View File

@ -62,7 +62,7 @@ export const KEYBOARD_SHORTCUTS : ShortcutGroup[] = [
},
{
title: 'project.kanban.title',
available: (route) => route.name === 'project.kanban',
available: (route) => route.name === 'project.view',
shortcuts: [
{
title: 'keyboardShortcuts.task.done',