diff --git a/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx b/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx index c152162b6a..4279e8936a 100644 --- a/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx +++ b/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx @@ -114,7 +114,7 @@ export type SearchResultListProps = Omit< */ query: Partial; /** - * Optional property to provide if component should not render the group when no results are found. + * Optional property to provide if component should not render the component when no results are found. */ disableRenderingWithNoResults?: boolean; };