fix: forceGraph
ci-front / build (push) Successful in 2m18s

This commit is contained in:
nikita
2026-04-04 12:51:35 +03:00
parent e7f1ea2386
commit 822f953698
2 changed files with 7 additions and 10 deletions
@@ -56,8 +56,8 @@ export const Sidebar: React.FC<SidebarProps> = ({
}, [agents, searchQuery]);
const graphData: GraphData = useMemo(() => {
const nodes = [];
const links = [];
const nodes: any[] = [];
const links: any[] = [];
agents.forEach((agent) => {
nodes.push({