mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-42): create SUPPLIER_FLAG_OPTIONS constant
This commit is contained in:
@@ -120,3 +120,6 @@ export const PRODUCT_FLAG_OPTIONS = [
|
||||
{ label: 'KIMIA', value: 'KIMIA' },
|
||||
];
|
||||
|
||||
export const SUPPLIER_FLAG_OPTIONS = [
|
||||
{ label: 'EKSPEDISI', value: 'EKSPEDISI' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user