We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34be63 commit 5faa664Copy full SHA for 5faa664
static/app/components/searchQueryBuilder/askSeer.tsx
@@ -151,7 +151,7 @@ export function AskSeer<T>({state}: {state: ComboBoxState<T>}) {
151
152
const isPendingSetupCheck =
153
useIsFetching({
154
- queryKey: [makeOrganizationSeerSetupQueryKey(organization.slug)],
+ queryKey: makeOrganizationSeerSetupQueryKey(organization.slug),
155
}) > 0;
156
157
if (isPendingSetupCheck || isMutating) {
0 commit comments