mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: item-duplicate
This commit is contained in:
@@ -74,6 +74,13 @@ export default [
|
||||
}),
|
||||
breadcrumb: 'Edit Item',
|
||||
},
|
||||
{
|
||||
path: `/items/:id/duplicate`,
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Items/ItemFormPage'),
|
||||
}),
|
||||
breadcrumb: 'Duplicate Item',
|
||||
},
|
||||
{
|
||||
path: `/items/new`,
|
||||
component: LazyLoader({
|
||||
|
||||
Reference in New Issue
Block a user