fix(FE): change datatype location in inventory products

This commit is contained in:
randy-ar
2025-12-04 14:10:46 +07:00
parent 3b846bf11c
commit dc6b0eaec6
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
icon: 'mdi:warehouse',
submenu: [
{
title: 'Product',
title: 'Produk',
link: '/inventory/product',
icon: 'mdi:package-variant-closed',
},