Lists implementation: make route naming consistent
This commit is contained in:
parent
b5eba5974c
commit
891fbf996d
7 changed files with 9 additions and 9 deletions
|
|
@ -70,7 +70,7 @@ const ListsNew = {
|
|||
this.$store.dispatch('createList', { title: this.title })
|
||||
.then((list) => {
|
||||
this.$store.dispatch('setListAccounts', { id: list.id, accountIds: this.selectedUserIds })
|
||||
this.$router.push({ name: 'list-timeline', params: { id: list.id } })
|
||||
this.$router.push({ name: 'lists-timeline', params: { id: list.id } })
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue