added toast for success msg
This commit is contained in:
parent
321b73e2c0
commit
1bcc534308
@ -141,7 +141,9 @@ const EditActivityModal = ({
|
|||||||
data: newProject,
|
data: newProject,
|
||||||
});
|
});
|
||||||
resetForm();
|
resetForm();
|
||||||
dispatch(refreshData(true));
|
dispatch( refreshData( true ) );
|
||||||
|
showToast("Activity Updated Successfully","success")
|
||||||
|
|
||||||
onClose();
|
onClose();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user