diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-17 21:25:02 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-17 21:25:02 +0300 |
| commit | 711a610727cf57677923816b08ef445372724995 (patch) | |
| tree | 83d2941902d9d8586d3d1d85e4575768d7e3f6e5 /src/boot/routes.js | |
| parent | b4409822204a287ef5d3a9f7dcc26ae4a8ad5d2a (diff) | |
fix routes and tests
Diffstat (limited to 'src/boot/routes.js')
| -rw-r--r-- | src/boot/routes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/routes.js b/src/boot/routes.js index bf009be6..6b9c8db2 100644 --- a/src/boot/routes.js +++ b/src/boot/routes.js @@ -80,7 +80,7 @@ export default (store) => { { name: 'lists', path: '/lists', component: Lists }, { name: 'lists-timeline', path: '/lists/:id', component: ListsTimeline }, { name: 'lists-edit', path: '/lists/:id/edit', component: ListsEdit }, - { name: 'lists-edit', path: '/lists/new', component: ListsEdit }, + { name: 'lists-new', path: '/lists/new', component: ListsEdit }, { name: 'edit-navigation', path: '/nav-edit', component: NavPanel, props: () => ({ forceExpand: true, forceEditMode: true }), beforeEnter: validateAuthenticatedRoute } ] |
