feat(dashboard): manage inventory items for variants (#7800)
* feat: manage inventory items for variants * fix: show action only when manage inventory * fix: translation key * fix: labels depending on number of items * fix: address feedback --------- Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
This commit is contained in:
co-authored by
Sebastian Rindom
parent
4945c79818
commit
8703f453be
@@ -130,6 +130,13 @@ export const RouteMap: RouteObject[] = [
|
||||
path: "prices",
|
||||
lazy: () => import("../../routes/products/product-prices"),
|
||||
},
|
||||
{
|
||||
path: "manage-items",
|
||||
lazy: () =>
|
||||
import(
|
||||
"../../routes/product-variants/product-variant-manage-inventory-items"
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user