mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
feat(FE-40): create WAREHOUSE_TYPE_OPTIONS constant
This commit is contained in:
@@ -92,3 +92,18 @@ export const ROWS_OPTIONS = [
|
|||||||
value: 100,
|
value: 100,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
export const WAREHOUSE_TYPE_OPTIONS = [
|
||||||
|
{
|
||||||
|
label: 'AREA',
|
||||||
|
value: 'AREA',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'LOKASI',
|
||||||
|
value: 'LOKASI',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'KANDANG',
|
||||||
|
value: 'KANDANG',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user