mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix(inbox): avoid refetching on filter-only changes
This commit is contained in:
parent
1f78e55072
commit
a63e847525
1 changed files with 0 additions and 1 deletions
|
|
@ -1029,7 +1029,6 @@ export function Inbox() {
|
|||
queryKey: [
|
||||
...queryKeys.issues.search(selectedCompanyId!, normalizedSearchQuery, undefined, 25),
|
||||
"inbox-supplement",
|
||||
issueFilters,
|
||||
],
|
||||
queryFn: () =>
|
||||
issuesApi.list(selectedCompanyId!, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue