Fix navigating back to list view after deleting a task

This commit is contained in:
kolaente 2020-04-30 12:49:42 +02:00
parent 120d5a8c19
commit b043369245
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
6 changed files with 8 additions and 20 deletions

View file

@ -92,7 +92,7 @@ export default new Router({
},
{
path: '/lists/:listId',
name: 'showList',
name: 'list.index',
component: ShowListComponent,
children: [
{