1
0

Fix opening link share list view

This commit is contained in:
kolaente
2020-05-06 21:23:47 +02:00
parent f1561a491b
commit 815844fe2a
2 changed files with 2 additions and 2 deletions

View File

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