chore(FE-113): comment Inventory Product link

This commit is contained in:
ValdiANS
2025-10-21 15:23:13 +07:00
parent 1ade8f8a38
commit a29bbc9a42
+5 -17
View File
@@ -30,11 +30,11 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
link: '/inventory',
icon: 'mdi:warehouse',
submenu: [
{
title: 'Product',
link: '/inventory/product',
icon: 'mdi:package-variant-closed',
},
// {
// title: 'Product',
// link: '/inventory/product',
// icon: 'mdi:package-variant-closed',
// },
{
title: 'Penyesuaian Stok',
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;
export const ROWS_OPTIONS = [