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

This commit is contained in:
ashutosh.nehete 2025-05-04 12:12:53 +05:30
parent bd91f60e08
commit 292f80c9a8

View File

@ -18,7 +18,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
}); });
} }
}; };