We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f76fd6 commit 3e9d34cCopy full SHA for 3e9d34c
src/redux/actions/updateDocsAction.ts
@@ -47,7 +47,7 @@ export const updateDocAction = (docsData: any) => {
47
});
48
49
if (response.data.data !== null) {
50
- toast.success("Program updated");
+ toast.success("Documentation updated");
51
dispatch({
52
type: updateDocsType.UPDATE_Docs_SUCCESS,
53
message: response.data.data,
0 commit comments