config checkIn and checkout in handleModalData for which slots show to user
This commit is contained in:
parent
bd91f60e08
commit
292f80c9a8
@ -18,7 +18,8 @@ const RenderAttendanceStatus = ({ attendanceData, handleModalData,Tab,currentDat
|
||||
employeeId: attendanceData?.employeeId,
|
||||
id: attendanceData?.id,
|
||||
currentDate,
|
||||
checkInTime:attendanceData.checkInTime
|
||||
checkInTime: attendanceData.checkInTime,
|
||||
checkOutTime:attendanceData.checkOutTime
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user