diff --git a/src/components/Dashboard/common/ObjectSelect.jsx b/src/components/Dashboard/common/ObjectSelect.jsx index 6c44734..33f1e94 100644 --- a/src/components/Dashboard/common/ObjectSelect.jsx +++ b/src/components/Dashboard/common/ObjectSelect.jsx @@ -143,7 +143,7 @@ const ObjectSelect = ({ nodeSpecificData = data[node.value] || {} } // Build new tree children only for this specific node - const treeChildren = buildTreeData( + const children = buildTreeData( nodeSpecificData, properties.indexOf(node.property) + 1, node.parentKeys || [],