aboutsummaryrefslogtreecommitdiff
path: root/src/components/lists_new/lists_new.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/lists_new/lists_new.js')
-rw-r--r--src/components/lists_new/lists_new.js2
1 files changed, 1 insertions, 1 deletions
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 } })
})
}
}