config checkIn and checkout in handleModalData for which slots show to user

This commit is contained in:
Pramod Mahajan 2025-05-01 02:39:08 +05:30
parent 6372362a33
commit 4e2c7e2adb

View File

@ -17,7 +17,8 @@ const RenderAttendanceStatus = ({ attendanceData, handleModalData,Tab,currentDat
employeeId: attendanceData?.employeeId, employeeId: attendanceData?.employeeId,
id: attendanceData?.id, id: attendanceData?.id,
currentDate, currentDate,
checkInTime:attendanceData.checkInTime checkInTime: attendanceData.checkInTime,
checkOutTime:attendanceData.checkOutTime
}); });
} }
}; };