diff --git a/frontend/src/CustomNode.jsx b/frontend/src/CustomNode.jsx index 41842df..8f4f050 100644 --- a/frontend/src/CustomNode.jsx +++ b/frontend/src/CustomNode.jsx @@ -165,7 +165,7 @@ function GroupNode({ id, data }) { -
+
{collapsed ? ( <> {Array.from({ length: maxRows }, (_, index) => { @@ -1192,7 +1192,7 @@ function CustomNode({ id, data }) { {headerMeta && {headerMeta}}
-
+
{topWidgets.length > 0 && (
{topWidgets.map((w) => {