fix graph refresh issue

This commit is contained in:
Auto
2026-01-17 14:31:00 +02:00
parent 76e6521331
commit 92450a0029
2 changed files with 48 additions and 8 deletions

View File

@@ -398,6 +398,7 @@ function App() {
<DependencyGraph
graphData={graphData}
onNodeClick={handleGraphNodeClick}
activeAgents={wsState.activeAgents}
/>
) : (
<div className="h-full flex items-center justify-center">