mirror of
https://github.com/paperclipai/paperclip
synced 2026-04-25 17:25:15 +02:00
fix(inbox): avoid refetching on filter-only changes
This commit is contained in:
@@ -1029,7 +1029,6 @@ export function Inbox() {
|
||||
queryKey: [
|
||||
...queryKeys.issues.search(selectedCompanyId!, normalizedSearchQuery, undefined, 25),
|
||||
"inbox-supplement",
|
||||
issueFilters,
|
||||
],
|
||||
queryFn: () =>
|
||||
issuesApi.list(selectedCompanyId!, {
|
||||
|
||||
Reference in New Issue
Block a user