Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit ccf1438

Browse files
Fix cache policy for search exports query (#43344)
1 parent 0fb1c95 commit ccf1438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/web/src/search/results/useExportSearchResultsQuery.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export const useExportSearchResultsQuery: UseExportSearchResultsQuery = ({
167167
a.remove()
168168
URL.revokeObjectURL(url)
169169
},
170+
fetchPolicy: 'no-cache',
170171
}
171172
)
172173

0 commit comments

Comments
 (0)