Browse Source

fix: random

Carson 11 months ago
parent
commit
4ca348c572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/run-agent-flow/page.tsx

+ 1 - 1
app/run-agent-flow/page.tsx

@@ -41,4 +41,4 @@ const RunAgentFlow = () => {
   )
 }
 
-export default React.memo(React.forwardRef(RunAgentFlow))
+export default React.memo(RunAgentFlow)