diff --git a/src/components/Project/Infrastructure/EditActivityModal.jsx b/src/components/Project/Infrastructure/EditActivityModal.jsx index ef72a35a..884e7aba 100644 --- a/src/components/Project/Infrastructure/EditActivityModal.jsx +++ b/src/components/Project/Infrastructure/EditActivityModal.jsx @@ -141,7 +141,9 @@ const EditActivityModal = ({ data: newProject, }); resetForm(); - dispatch(refreshData(true)); + dispatch( refreshData( true ) ); + showToast("Activity Updated Successfully","success") + onClose(); } })