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