Skip to content

Commit

Permalink
update query key for rollups
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Jul 4, 2024
1 parent 0dbdcc3 commit 46a8cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tenscan/frontend/src/services/useRollupsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const useRollupsService = () => {
isLoading: isRollupsLoading,
refetch: refetchRollups,
} = useQuery({
queryKey: ["rollups"],
queryKey: ["rollups", options],
queryFn: () => fetchRollups(options),
refetchInterval: noPolling ? false : pollingInterval,
});
Expand Down

0 comments on commit 46a8cff

Please sign in to comment.