refactor(FE-239-238): Refactor UI & API Integration For Form Chickin & Chickin Details

This commit is contained in:
randy-ar
2025-11-10 06:07:02 +07:00
parent e0c347c3d5
commit 9f4f140018
10 changed files with 122 additions and 288 deletions
@@ -284,8 +284,8 @@ const ProjectFlockChickinDetail = ({
) {
case 'DISETUJUI':
return 'green';
case 'DITOLAK':
return 'red';
case 'PENGAJUAN':
return 'yellow';
default:
return 'gray';
}