diff --git a/src/config/constant.ts b/src/config/constant.ts index 269f5da9..55eed0b3 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -92,3 +92,18 @@ export const ROWS_OPTIONS = [ value: 100, }, ]; + +export const WAREHOUSE_TYPE_OPTIONS = [ + { + label: 'AREA', + value: 'AREA', + }, + { + label: 'LOKASI', + value: 'LOKASI', + }, + { + label: 'KANDANG', + value: 'KANDANG', + }, +];