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 631bc6f commit d3013d0Copy full SHA for d3013d0
static/app/components/searchQueryBuilder/askSeer.tsx
@@ -156,7 +156,7 @@ export function AskSeer<T>({state}: {state: ComboBoxState<T>}) {
156
157
const isPendingSetupCheck =
158
useIsFetching({
159
- queryKey: [makeOrganizationSeerSetupQueryKey(organization.slug)],
+ queryKey: makeOrganizationSeerSetupQueryKey(organization.slug),
160
}) > 0;
161
162
if (isPendingSetupCheck || isMutating) {
0 commit comments