fix bugs in items form.

This commit is contained in:
Ahmed Bouhuolia
2020-04-15 01:29:46 +02:00
parent 26faaddfed
commit cac6620ffe
20 changed files with 378 additions and 129 deletions

View File

@@ -19,7 +19,7 @@ export default [
children: [
{
text: 'Items List',
href: '/dashboard/items/list'
href: '/dashboard/items'
},
{
text: 'New Item',
@@ -27,7 +27,7 @@ export default [
},
{
text: 'Category List',
href: '/dashboard/items/ItemCategoriesList'
href: '/dashboard/items/categories'
},
]
},