From faefd05c03d20a892a47c27550fe6e23978993c7 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 17 Aug 2022 20:21:10 +0300 Subject: create new list UI --- src/boot/routes.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot') diff --git a/src/boot/routes.js b/src/boot/routes.js index 39372ab9..bf009be6 100644 --- a/src/boot/routes.js +++ b/src/boot/routes.js @@ -80,6 +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: 'edit-navigation', path: '/nav-edit', component: NavPanel, props: () => ({ forceExpand: true, forceEditMode: true }), beforeEnter: validateAuthenticatedRoute } ] -- cgit v1.2.3-70-g09d2