fix(FE): fix submenu stock product name

This commit is contained in:
randy-ar
2025-12-18 19:00:30 +07:00
parent 11bf6ad760
commit 83224e046b
+1 -1
View File
@@ -67,7 +67,7 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
icon: 'heroicons-outline:folder',
submenu: [
{
text: 'Produk',
text: 'Stok Produk',
link: '/inventory/product',
},
{