Skip to content

Commit 760f045

Browse files
feedback
1 parent 6a2a0d6 commit 760f045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/[domain]/components/progressNavIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const ProgressNavIndicator = () => {
1616
const captureEvent = useCaptureEvent();
1717

1818
const { data: inProgressRepos, isPending, isError } = useQuery({
19-
queryKey: ['repos', domain],
19+
queryKey: ['repos'],
2020
queryFn: () => unwrapServiceError(getRepos()),
2121
select: (data) => data.filter(repo => repo.repoIndexingStatus === RepoIndexingStatus.IN_INDEX_QUEUE || repo.repoIndexingStatus === RepoIndexingStatus.INDEXING),
2222
refetchInterval: env.NEXT_PUBLIC_POLLING_INTERVAL_MS,

0 commit comments

Comments
 (0)