Skip to content

Commit

Permalink
Fix ambiguous route name in frontend route definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed May 8, 2022
1 parent fee2ef3 commit b4f0c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const routes = [
},
{
path: '/lists/:id',
name: 'lists',
name: 'list',
meta: { title: 'globals.terms.lists', group: 'lists' },
component: () => import(/* webpackChunkName: "main" */ '../views/Lists.vue'),
},
Expand Down

0 comments on commit b4f0c7e

Please sign in to comment.