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

@ -142,6 +142,8 @@ const EditActivityModal = ({
}); });
resetForm(); resetForm();
dispatch( refreshData( true ) ); dispatch( refreshData( true ) );
showToast("Activity Updated Successfully","success")
onClose(); onClose();
} }
}) })