Lists implementation: make route naming consistent

This commit is contained in:
Alexander Tumin 2022-08-06 21:39:08 +03:00
commit 891fbf996d
7 changed files with 9 additions and 9 deletions

View file

@ -79,7 +79,7 @@ const ListsNew = {
this.$store.dispatch('setList', { id: this.id, title: this.title })
this.$store.dispatch('setListAccounts', { id: this.id, accountIds: this.selectedUserIds })
this.$router.push({ name: 'list-timeline', params: { id: this.id } })
this.$router.push({ name: 'lists-timeline', params: { id: this.id } })
},
deleteList () {
this.$store.dispatch('deleteList', { id: this.id })