Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into fix/project-flock-select-options

This commit is contained in:
randy-ar
2026-01-15 14:45:40 +07:00
27 changed files with 1317 additions and 635 deletions
@@ -563,7 +563,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
todayRecordings.forEach((recording) => {
const recordingDate = recording.record_datetime?.split('T')[0];
if (recordingDate === today) {
recordedIds.add(recording.project_flock.project_flock_kandang_id);
recordedIds.add(recording.project_flock?.project_flock_kandang_id);
}
});