Skip to content

Commit 36bbb3c

Browse files
authored
Merge pull request #3986 from IntersectMBO/searchWithoutWallet
Fix/Disapearing GA list after 5 minutes later back from details
2 parents b1f4fdd + fb96724 commit 36bbb3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

govtool/frontend/src/hooks/queries/useGetProposalsQuery.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const useGetProposalsQuery = ({
4848
enabled,
4949
refetchOnWindowFocus: true,
5050
keepPreviousData: true,
51+
cacheTime: Infinity,
5152
},
5253
);
5354

0 commit comments

Comments
 (0)