Browse Source

fix: random

Carson 11 tháng trước cách đây
mục cha
commit
4ca348c572
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)