feat(catalog): include owner in search result item
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
include owner chip in catalog search result item
|
||||
+3
@@ -110,6 +110,9 @@ export function CatalogSearchResultListItem(
|
||||
{result.lifecycle && (
|
||||
<Chip label={`Lifecycle: ${result.lifecycle}`} size="small" />
|
||||
)}
|
||||
{result.owner && (
|
||||
<Chip label={`Owner: ${result.owner}`} size="small" />
|
||||
)}
|
||||
</Box>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user