time slot display correct slots and if check-In so must display grather than check-in

This commit is contained in:
Pramod Mahajan 2025-05-10 12:30:17 +05:30
parent 18b328743a
commit 19e4962ef8

View File

@ -50,8 +50,11 @@ const CheckCheckOutmodel = ({modeldata,closeModal,handleSubmitForm,}) => {
showToast("Attendance Marked Successfully", "success"); showToast("Attendance Marked Successfully", "success");
}) })
.catch((error) => { .catch( ( error ) =>
{
showToast(error, "error" ); showToast(error, "error" );
}); });
// } else // } else