feat(FE-42): create SUPPLIER_FLAG_OPTIONS constant

This commit is contained in:
ValdiANS
2025-10-08 14:58:21 +07:00
parent 8461667ca2
commit 0e49e29002
+3
View File
@@ -120,3 +120,6 @@ export const PRODUCT_FLAG_OPTIONS = [
{ label: 'KIMIA', value: 'KIMIA' },
];
export const SUPPLIER_FLAG_OPTIONS = [
{ label: 'EKSPEDISI', value: 'EKSPEDISI' },
];