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 committed by Vikas Nale
parent 2e04794047
commit 2fbd7462d5

View File

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