diff --git a/web/app/(commonLayout)/plugins/test/tools-picker/page.tsx b/web/app/(commonLayout)/plugins/test/tools-picker/page.tsx index e2b9bd9dc8..7fdf66ebcd 100644 --- a/web/app/(commonLayout)/plugins/test/tools-picker/page.tsx +++ b/web/app/(commonLayout)/plugins/test/tools-picker/page.tsx @@ -22,7 +22,8 @@ const ToolsPicker = () => { setCustomTools(customTools) setWorkflowTools(workflowTools) })() - }) + }, []) + return (