added toast for success msg

This commit is contained in:
Pramod Mahajan 2025-05-06 16:06:00 +05:30
parent 029254e548
commit 2498432c0e

View File

@ -141,7 +141,9 @@ const EditActivityModal = ({
data: newProject,
});
resetForm();
dispatch(refreshData(true));
dispatch( refreshData( true ) );
showToast("Activity Updated Successfully","success")
onClose();
}
})