diff --git a/plugins/org/report.api.md b/plugins/org/report.api.md index a52e4160d3..13143d0e4c 100644 --- a/plugins/org/report.api.md +++ b/plugins/org/report.api.md @@ -40,7 +40,7 @@ export const EntityOwnershipCard: (props: { relationsType?: EntityRelationAggregation; relationAggregation?: EntityRelationAggregation; entityLimit?: number; - scrollHeight?: string; + maxScrollHeight?: string; }) => JSX_2.Element; // @public (undocumented) @@ -102,7 +102,7 @@ export const OwnershipCard: (props: { relationsType?: EntityRelationAggregation; relationAggregation?: EntityRelationAggregation; entityLimit?: number; - scrollHeight?: string; + maxScrollHeight?: string; }) => JSX_2.Element; // @public (undocumented)