fix items connector.

This commit is contained in:
Ahmed Bouhuolia
2020-03-26 15:27:38 +02:00
parent 6fd1afaba7
commit c7db1394e7
6 changed files with 36 additions and 39 deletions

View File

@@ -19,11 +19,11 @@ export default [
children: [
{
text: 'Items List',
href: '/dashboard/accounts',
href: '/dashboard/items/list',
},
{
text: 'New Item',
href: '/dashboard/accounts',
href: '/dashboard/items/new',
},
]
},