mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
feat(FE-33): create customers forms
This commit is contained in:
@@ -107,3 +107,14 @@ export const WAREHOUSE_TYPE_OPTIONS = [
|
||||
value: 'KANDANG',
|
||||
},
|
||||
];
|
||||
|
||||
export const CUSTOMER_TYPE_OPTIONS = [
|
||||
{
|
||||
label: 'INDIVIDUAL',
|
||||
value: 'INDIVIDUAL',
|
||||
},
|
||||
{
|
||||
label: 'BISNIS',
|
||||
value: 'BISNIS',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user