Remove items that are overriden in passed props.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
@@ -56,7 +56,10 @@ const useStyles = makeStyles<Theme, { height: number | undefined }>(
|
||||
);
|
||||
|
||||
export const CatalogGraphCard = (
|
||||
props: Omit<EntityRelationsGraphProps, 'rootEntityNames'> & {
|
||||
props: Omit<
|
||||
EntityRelationsGraphProps,
|
||||
'rootEntityNames' | 'onNodeClick' | 'className'
|
||||
> & {
|
||||
variant?: InfoCardVariants;
|
||||
height?: number;
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user