fix(app,ui): session review reactivity and VCS query cache (#30660)
This commit is contained in:
parent
55bafa29d4
commit
c35267776a
2 changed files with 21 additions and 22 deletions
|
|
@ -467,8 +467,6 @@ export default function Page() {
|
|||
return {
|
||||
queryKey: [...vcsKey(), mode] as const,
|
||||
enabled,
|
||||
staleTime: Number.POSITIVE_INFINITY,
|
||||
gcTime: 60 * 1000,
|
||||
queryFn: mode
|
||||
? () =>
|
||||
sdk.client.vcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue