fix(inbox): avoid refetching on filter-only changes
This commit is contained in:
parent
1f78e55072
commit
a63e847525
|
|
@ -1029,7 +1029,6 @@ export function Inbox() {
|
|||
queryKey: [
|
||||
...queryKeys.issues.search(selectedCompanyId!, normalizedSearchQuery, undefined, 25),
|
||||
"inbox-supplement",
|
||||
issueFilters,
|
||||
],
|
||||
queryFn: () =>
|
||||
issuesApi.list(selectedCompanyId!, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue