mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
fix bugs in items form.
This commit is contained in:
@@ -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'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user