diff --git a/frontend/src/components/WecsTopology.tsx b/frontend/src/components/WecsTopology.tsx index e387c60a4..95eff9a9f 100644 --- a/frontend/src/components/WecsTopology.tsx +++ b/frontend/src/components/WecsTopology.tsx @@ -831,7 +831,7 @@ const WecsTreeview = () => { if (!cachedNode) nodeCache.current.set(id, node); newNodes.push(node); - if (parent && stateRef.current.isExpanded) { + if (parent) { const uniqueSuffix = resourceData?.metadata?.uid || edgeIdCounter.current++; const edgeId = `edge-${parent}-${id}-${uniqueSuffix}`; const edge = {