mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
fix(FE-88-89) adjust category flock dengan API backend & set disabled input period
This commit is contained in:
@@ -189,6 +189,17 @@ export const CATEGORY_OPTIONS = [
|
||||
},
|
||||
];
|
||||
|
||||
export const FLOCK_CATEGORY_OPTIONS = [
|
||||
{
|
||||
label: 'GROWING',
|
||||
value: 'GROWING',
|
||||
},
|
||||
{
|
||||
label: 'LAYING',
|
||||
value: 'LAYING',
|
||||
},
|
||||
];
|
||||
|
||||
export const PRODUCT_FLAG_OPTIONS = [
|
||||
{ label: 'DOC', value: 'DOC' },
|
||||
{ label: 'PAKAN', value: 'PAKAN' },
|
||||
|
||||
Reference in New Issue
Block a user