mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 06:12:06 +00:00
fix graph refresh issue
This commit is contained in:
@@ -398,6 +398,7 @@ function App() {
|
||||
<DependencyGraph
|
||||
graphData={graphData}
|
||||
onNodeClick={handleGraphNodeClick}
|
||||
activeAgents={wsState.activeAgents}
|
||||
/>
|
||||
) : (
|
||||
<div className="h-full flex items-center justify-center">
|
||||
|
||||
Reference in New Issue
Block a user