From a29bbc9a4252ea30ac93f4bb83ecafd0fc1fe549 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 21 Oct 2025 15:23:13 +0700 Subject: [PATCH] chore(FE-113): comment Inventory Product link --- src/config/constant.ts | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/config/constant.ts b/src/config/constant.ts index f3ea80b3..06659f69 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -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 = [