Fix navigating back to list view after deleting a task
This commit is contained in:
parent
120d5a8c19
commit
b043369245
6 changed files with 8 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue