changeset

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-12-05 09:19:43 +00:00
parent d4d0ffcafa
commit 516b2039b6
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Add pop over on the `EntityRefLink` component. It shows a more details about the associated entity.
@@ -22,7 +22,7 @@ import {
isUserEntity,
isGroupEntity,
} from '@backstage/catalog-model';
import React, { ForwardedRef, forwardRef } from 'react';
import React, { forwardRef } from 'react';
import { entityRouteRef } from '../../routes';
import { humanizeEntityRef } from './humanize';
import { Link, LinkProps } from '@backstage/core-components';