@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user