From bd91f60e085f493c90d6769871598b95a9852f97 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Sun, 4 May 2025 12:11:50 +0530 Subject: [PATCH] passed checkout time to timepicker as props --- src/components/Activities/CheckCheckOutForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Activities/CheckCheckOutForm.jsx b/src/components/Activities/CheckCheckOutForm.jsx index 3766ee51..419e7b12 100644 --- a/src/components/Activities/CheckCheckOutForm.jsx +++ b/src/components/Activities/CheckCheckOutForm.jsx @@ -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 &&

{errors.markTime.message}

}