Merge pull request #9632 from backstage/rugvip/maybe

maybe rename CatalogResultListItem
This commit is contained in:
Patrik Oldsberg
2022-02-18 13:52:17 +01:00
committed by GitHub
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}
/>