Skip to content

Commit b3c0471

Browse files
committed
remove irrelevant comment
1 parent 3590c8b commit b3c0471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-indexes/src/components/create-index-form/query-flow-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const QueryFlowSection = ({
121121
fetchingSuggestionsState: IndexSuggestionState;
122122
initialQuery: string | null;
123123
query: string;
124-
hasQueryChanges: boolean; // to keep track of the state between the tab flows
124+
hasQueryChanges: boolean;
125125
onQueryUpdated: ({ query, hasQueryChanges }: QueryUpdatedProps) => void;
126126
}) => {
127127
const track = useTelemetry();

0 commit comments

Comments
 (0)