mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
Fix MCP client test render loop
This commit is contained in:
parent
377dafbeb1
commit
9f3e1d6642
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ export const McpClientSection = forwardRef<McpClientSectionHandle, Props>(
|
|||
return () => {
|
||||
cancelled = true;
|
||||
};
|
||||
}, [t]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
let cancelled = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue