From 2f2c1fca074817ef91338eeeac58daf82a5a1e44 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Tue, 18 Nov 2025 13:25:21 +0700 Subject: [PATCH] feat(FE-212): add sales orders link and accepted file types constants --- src/config/constant.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/config/constant.ts b/src/config/constant.ts index 3bfb347d..eaeb7c1a 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -58,12 +58,6 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [ icon: 'uil:wallet', }, - { - title: 'Penjualan', - link: '/marketing/sales-orders', - icon: 'mdi:attach-money', - }, - { title: 'Persediaan', link: '/inventory',