pramod_Bug#122Check-INOUT-Time #57

Closed
pramod.mahajan wants to merge 10 commits from pramod_Bug#122Check-INOUT-Time into Issues_April_5W
Showing only changes of commit 6372362a33 - Show all commits

View File

@ -73,7 +73,7 @@ const CheckCheckOutmodel = ({modeldata,closeModal,handleSubmitForm,}) => {
label="Choose a time"
onChange={(e) => setValue("markTime", e)}
interval={10}
activity={modeldata?.action}
checkOutTime={modeldata?.checkOutTime}
checkInTime={modeldata?.checkInTime}
/>
{errors. markTime && <p className="text-danger">{errors.markTime.message}</p>}