diff --git a/src/api/api.ts b/src/api/api.ts index 5b7d5666..2a121d62 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -271,7 +271,7 @@ export function getFileList(req: ListFileService, skipSnackbar = true): ThunkRes }, { ...defaultOpts, - bypassSnackbar: (_e) => true, + bypassSnackbar: (_e) => skipSnackbar, }, ), );