1
0

fix: list loading

This commit is contained in:
Dominik Pschenitschni
2021-11-17 18:04:53 +01:00
parent 29a9335844
commit 5937f01cc5
7 changed files with 12 additions and 12 deletions

View File

@ -251,7 +251,7 @@ const router = createRouter({
component: ShowTasksInRangeComponent,
},
{
path: '/lists/:id/new',
path: '/lists/new/:namespaceId/',
name: 'list.create',
component: NewListComponent,
meta: {