mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
nit
This commit is contained in:
parent
3b856d7edc
commit
35edfa0a64
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ export const RepositoryTable = () => {
|
||||||
const { data: _repos } = useQuery({
|
const { data: _repos } = useQuery({
|
||||||
queryKey: ["repos"],
|
queryKey: ["repos"],
|
||||||
queryFn: () => getRepos(),
|
queryFn: () => getRepos(),
|
||||||
|
enabled: typeof window !== "undefined",
|
||||||
});
|
});
|
||||||
|
|
||||||
const repos = useMemo(() => {
|
const repos = useMemo(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue