From 5c07fbcae544602cac6b18310b8cfea2c5c1f2e6 Mon Sep 17 00:00:00 2001 From: Benjamin Janssens Date: Tue, 19 Aug 2025 10:25:36 +0200 Subject: [PATCH] chore(plugin-org): update api reports Signed-off-by: Benjamin Janssens --- plugins/org/report.api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)