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 30824da commit 13c52c6Copy full SHA for 13c52c6
src/components/Header/aiSearch/Search.tsx
@@ -41,7 +41,7 @@ function AlgoliaSearch({ algoliaVars }) {
41
popularCards={popularCards}
42
ariaLabel="Open AI search"
43
spotlight={["Documentation"]}
44
- categoriesToShow={}
+ categoriesToShow={[]}
45
hideSuggestions={true}
46
/>
47
)
0 commit comments