From f1fe28f39b2eec63d6dff4daf72736d0636b3c1b Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Tue, 6 May 2025 02:05:48 +0200 Subject: [PATCH 1/4] add feat --- .../AggregationPanel/AggregationPanel.js | 21 ++++++++------ .../AggregationPanelComponents.js | 28 +++++++++---------- 2 files changed, 26 insertions(+), 23 deletions(-) diff --git a/src/components/AggregationPanel/AggregationPanel.js b/src/components/AggregationPanel/AggregationPanel.js index 02720b278c..faaa5f6c73 100644 --- a/src/components/AggregationPanel/AggregationPanel.js +++ b/src/components/AggregationPanel/AggregationPanel.js @@ -26,6 +26,7 @@ const AggregationPanel = ({ depth = 0, cloudCodeFunction = null, panelTitle = null, + style, }) => { const [isExpanded, setIsExpanded] = useState(false); const [nestedData, setNestedData] = useState(null); @@ -92,25 +93,25 @@ const AggregationPanel = ({ }, [fetchNestedData]); const renderSegmentContent = (segment, index) => ( -
{text}