pramod_Task#207 Assign button hide and completedWork not editable if , > 0 #92

Merged
vikas.nale merged 8 commits from pramod_Task#207 into Issue_May_2W 2025-05-10 10:42:00 +00:00
Showing only changes of commit 19e4962ef8 - Show all commits

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