catalog: rename CatalogResultListItem to CatalogSearchResultListItem

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-17 20:38:36 +01:00
parent 209fd128e6
commit a686702dbe
8 changed files with 66 additions and 13 deletions
@@ -1,7 +1,7 @@
import React from 'react';
import { makeStyles, Theme, Grid, List, Paper } from '@material-ui/core';
import { CatalogResultListItem } from '@backstage/plugin-catalog';
import { CatalogSearchResultListItem } from '@backstage/plugin-catalog';
import {
catalogApiRef,
CATALOG_FILTER_EXISTS,
@@ -116,7 +116,7 @@ const SearchPage = () => {
switch (type) {
case 'software-catalog':
return (
<CatalogResultListItem
<CatalogSearchResultListItem
key={document.location}
result={document}
/>