Commit 7ac69e6
fix(issues): Prevent double fetch of group search view endpoint (#112324)
`IssueViewWrapper` conditionally renders children behind a loading gate,
so child observers mount after the parent's fetch completes. With
`staleTime: 0` the new observers immediately trigger a second request to
`/group-search-views/{id}/`. Bumping to 30s prevents the redundant
request while still refreshing on re-navigation. Mutations already
update the cache directly so staleness doesn't matter for user-initiated
changes.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 11a372e commit 7ac69e6
File tree
1 file changed
+1
-1
lines changed- static/app/views/issueList/queries
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments