time slot display correct slots and if check-In so must display grather than check-in
This commit is contained in:
parent
18b328743a
commit
19e4962ef8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user