mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
add orgid back removed when testing in local
This commit is contained in:
parent
5ce1247847
commit
f604f96a41
1 changed files with 1 additions and 1 deletions
|
|
@ -972,7 +972,7 @@ export function DashboardView({
|
|||
return response.data as DocumentsResponse
|
||||
},
|
||||
staleTime: 60 * 1000,
|
||||
enabled: !!user,
|
||||
enabled: !!user && !!org?.id,
|
||||
})
|
||||
|
||||
const { data: connections = [] } = useQuery({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue