diff --git a/static/app/views/issueList/issueListCommandPaletteActions.tsx b/static/app/views/issueList/issueListCommandPaletteActions.tsx index dbe569218c1a..ad46e2b210df 100644 --- a/static/app/views/issueList/issueListCommandPaletteActions.tsx +++ b/static/app/views/issueList/issueListCommandPaletteActions.tsx @@ -216,7 +216,7 @@ function FilterActions({ // Feed query in key ensures onAction closures reference the current query. // eslint-disable-next-line @tanstack/query/exhaustive-deps cmdkQueryOptions({ - queryKey: [cacheKey, organization.slug, pageFilterCacheKey, query], + queryKey: [cacheKey, organization.slug, pageFilterCacheKey, query, tags.length], queryFn: () => tags.map(makeFilterKeyItem), staleTime: Infinity, });