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 27532a5 commit d7aa5faCopy full SHA for d7aa5fa
packages/gitbook/src/components/Search/SearchResults.tsx
@@ -77,7 +77,8 @@ export const SearchResults = React.forwardRef(function SearchResults(
77
78
let cancelled = false;
79
80
- setResultsState({ results: [], fetching: true });
+ // Silently fetch the recommended questions, instead of showing a spinner
81
+ setResultsState({ results: [], fetching: false });
82
83
// We currently have a bug where the same question can be returned multiple times.
84
// This is a workaround to avoid that.
0 commit comments