Skip to content

Commit 3e9d34c

Browse files
committed
fix redux action to update
1 parent 2f76fd6 commit 3e9d34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/actions/updateDocsAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const updateDocAction = (docsData: any) => {
4747
});
4848

4949
if (response.data.data !== null) {
50-
toast.success("Program updated");
50+
toast.success("Documentation updated");
5151
dispatch({
5252
type: updateDocsType.UPDATE_Docs_SUCCESS,
5353
message: response.data.data,

0 commit comments

Comments
 (0)