1
0

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
6 changed files with 8 additions and 20 deletions

View File

@ -28,7 +28,7 @@
auth.linkShareAuth(this.$route.params.share)
.then((r) => {
this.loading = false
router.push({name: 'showList', params: {listId: r.listId}})
router.push({name: 'list.index', params: {listId: r.listId}})
})
.catch(e => {
this.error(e, this)