mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
chore(FE-113): comment Inventory Product link
This commit is contained in:
+5
-17
@@ -30,11 +30,11 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
|||||||
link: '/inventory',
|
link: '/inventory',
|
||||||
icon: 'mdi:warehouse',
|
icon: 'mdi:warehouse',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
// {
|
||||||
title: 'Product',
|
// title: 'Product',
|
||||||
link: '/inventory/product',
|
// link: '/inventory/product',
|
||||||
icon: 'mdi:package-variant-closed',
|
// icon: 'mdi:package-variant-closed',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: 'Penyesuaian Stok',
|
title: 'Penyesuaian Stok',
|
||||||
link: '/inventory/adjustment',
|
link: '/inventory/adjustment',
|
||||||
@@ -115,18 +115,6 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Persediaan',
|
|
||||||
link: '/inventory',
|
|
||||||
icon: 'material-symbols:box-outline-rounded',
|
|
||||||
submenu: [
|
|
||||||
{
|
|
||||||
title: 'Penyesuaian Persediaan',
|
|
||||||
link: '/inventory/adjustment',
|
|
||||||
icon: 'material-symbols:box-edit-outline-rounded',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const ROWS_OPTIONS = [
|
export const ROWS_OPTIONS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user