diff --git a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx index 0266693696..e646cc7cfa 100644 --- a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx +++ b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx @@ -56,7 +56,10 @@ const useStyles = makeStyles( ); export const CatalogGraphCard = ( - props: Omit & { + props: Omit< + EntityRelationsGraphProps, + 'rootEntityNames' | 'onNodeClick' | 'className' + > & { variant?: InfoCardVariants; height?: number; title?: string;