Incorporated the feedback
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -285,7 +285,7 @@ export function EntityRefLinks(props: EntityRefLinksProps): JSX.Element;
|
||||
export type EntityRefLinksProps = {
|
||||
entityRefs: (string | Entity | CompoundEntityRef)[];
|
||||
defaultKind?: string;
|
||||
getTitle?: (cer: CompoundEntityRef) => string;
|
||||
getTitle?: (cer: CompoundEntityRef) => string | undefined;
|
||||
} & Omit<LinkProps, 'to'>;
|
||||
|
||||
// @public
|
||||
|
||||
@@ -26,7 +26,7 @@ import { LinkProps } from '@backstage/core-components';
|
||||
export type EntityRefLinksProps = {
|
||||
entityRefs: (string | Entity | CompoundEntityRef)[];
|
||||
defaultKind?: string;
|
||||
getTitle?: (cer: CompoundEntityRef) => string;
|
||||
getTitle?: (cer: CompoundEntityRef) => string | undefined;
|
||||
} & Omit<LinkProps, 'to'>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user