mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
WIP feature/editItem
This commit is contained in:
@@ -82,6 +82,13 @@ export default [
|
||||
}),
|
||||
breadcrumb: 'Categories',
|
||||
},
|
||||
{
|
||||
path: `/items/:id/edit`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Items/ItemFormPage'),
|
||||
}),
|
||||
breadcrumb: 'Edit Item',
|
||||
},
|
||||
{
|
||||
path: `/items/new`,
|
||||
component: LazyLoader({
|
||||
|
||||
Reference in New Issue
Block a user