change naming of DocsResultListItem -> TechDocsSearchResultListItem to follow pattern

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-02-22 15:28:41 +01:00
parent 3d94a70270
commit 542b839631
5 changed files with 43 additions and 34 deletions
@@ -6,7 +6,7 @@ import {
catalogApiRef,
CATALOG_FILTER_EXISTS,
} from '@backstage/plugin-catalog-react';
import { DocsResultListItem } from '@backstage/plugin-techdocs';
import { TechDocsSearchResultListItem } from '@backstage/plugin-techdocs';
import {
SearchBar,
@@ -123,7 +123,7 @@ const SearchPage = () => {
);
case 'techdocs':
return (
<DocsResultListItem
<TechDocsSearchResultListItem
key={document.location}
result={document}
/>