added toast for success msg
This commit is contained in:
parent
029254e548
commit
2498432c0e
@ -142,6 +142,8 @@ const EditActivityModal = ({
|
|||||||
});
|
});
|
||||||
resetForm();
|
resetForm();
|
||||||
dispatch( refreshData( true ) );
|
dispatch( refreshData( true ) );
|
||||||
|
showToast("Activity Updated Successfully","success")
|
||||||
|
|
||||||
onClose();
|
onClose();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user