Skip to content

Commit 062b930

Browse files
committed
fixing up error msg
1 parent 553e1ff commit 062b930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-indexes/src/modules/create-index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export const fetchIndexSuggestions = ({
450450
indexSuggestions: null,
451451
fetchingSuggestionsError:
452452
e instanceof Error
453-
? e.message
453+
? 'Error parsing query. Please follow query structure. ' + e.message
454454
: 'Error parsing query. Please follow query structure.',
455455
indexSuggestionsState: 'error',
456456
});

0 commit comments

Comments
 (0)