We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5091878 commit d62dfd2Copy full SHA for d62dfd2
1 file changed
js/components/useDocsSearch/README.md
@@ -17,8 +17,8 @@ function Search() {
17
searchResPrev, // Search results for the previous searchText
18
searchError, // Error information if search fails
19
validSearchUrl, // Boolean indicating if the search URL is valid
20
- isLoading, // Boolean indicating if component is loading search result
21
- handleSearch, // Function to handle search input changes
+ isLoading, // Boolean indicating if component is loading search result
+ handleSearch, // Function to handle search input changes
22
} = useDocsSearch(searchUrl);
23
24
return (
0 commit comments