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 3590c8b commit b3c0471Copy full SHA for b3c0471
packages/compass-indexes/src/components/create-index-form/query-flow-section.tsx
@@ -121,7 +121,7 @@ const QueryFlowSection = ({
121
fetchingSuggestionsState: IndexSuggestionState;
122
initialQuery: string | null;
123
query: string;
124
- hasQueryChanges: boolean; // to keep track of the state between the tab flows
+ hasQueryChanges: boolean;
125
onQueryUpdated: ({ query, hasQueryChanges }: QueryUpdatedProps) => void;
126
}) => {
127
const track = useTelemetry();
0 commit comments