Skip to content

Commit

Permalink
fix: file list api success msg
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Nov 7, 2023
1 parent 2239a36 commit a8cffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/fms/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getFileList = (params: BaseListReq, mode: ErrorMessageMode = 'notic
{ url: Api.GetFileList, params },
{
errorMessageMode: mode,
successMessageMode: mode,
successMessageMode: 'none',
},
);
};
Expand Down

0 comments on commit a8cffbe

Please sign in to comment.