From 891fbf996d7ddd415d99ea9065d54b0f493b5422 Mon Sep 17 00:00:00 2001 From: Alexander Tumin Date: Sat, 6 Aug 2022 21:39:08 +0300 Subject: Lists implementation: make route naming consistent --- src/components/lists_new/lists_new.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/lists_new/lists_new.js') diff --git a/src/components/lists_new/lists_new.js b/src/components/lists_new/lists_new.js index 7e3470fa..63dc28ad 100644 --- a/src/components/lists_new/lists_new.js +++ b/src/components/lists_new/lists_new.js @@ -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 } }) }) } } -- cgit v1.2.3-70-g09d2