feat(FE-137): update RECORDING_FLAG_OPTIONS values for consistency in constant.ts

This commit is contained in:
rstubryan
2025-10-24 20:29:33 +07:00
parent 17e6eef0c5
commit e322e0d078
+3 -3
View File
@@ -216,7 +216,7 @@ export const SUPPLIER_FLAG_OPTIONS = [
];
export const RECORDING_FLAG_OPTIONS = [
{ label: 'Ayam Afkir', value: 'Ayam Afkir' },
{ label: 'Ayam Culling', value: 'Ayam Culling' },
{ label: 'Ayam Mati', value: 'Ayam Mati' },
{ label: 'Ayam Afkir', value: 'Afkir' },
{ label: 'Ayam Culling', value: 'Culling' },
{ label: 'Ayam Mati', value: 'Mati' },
];