feat(FE-114): implement RecordingEdit and RecordingDetail components with error handling and loading states

This commit is contained in:
rstubryan
2025-10-16 08:39:32 +07:00
parent 8bfce061e6
commit f319a9b5d1
5 changed files with 460 additions and 7 deletions
-1
View File
@@ -203,5 +203,4 @@ export const RECORDING_FLAG_OPTIONS = [
{ label: 'Ayam Afkir', value: 'Ayam Afkir' },
{ label: 'Ayam Culling', value: 'Ayam Culling' },
{ label: 'Ayam Mati', value: 'Ayam Mati' },
{ label: 'DOC', value: 'DOC' },
];