config checkIn and checkout in handleModalData for which slots show to user
This commit is contained in:
parent
6372362a33
commit
4e2c7e2adb
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user