added toast for success msg

This commit is contained in:
Pramod Mahajan 2025-05-06 16:06:00 +05:30 committed by Vikas Nale
parent 321b73e2c0
commit 1bcc534308

View File

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