From 4e32165c59ede62f9e791fe603686c19d866be2d Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Fri, 14 Feb 2025 15:22:54 -0800 Subject: [PATCH] patch bug allowing user to move block above vars in agent builder --- frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx b/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx index f3d674aee6f..68fbf53b50d 100644 --- a/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx +++ b/frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx @@ -219,7 +219,7 @@ export default function BlockList({ block.type !== BLOCK_TYPES.FINISH && block.type !== BLOCK_TYPES.FLOW_INFO && (
- {index > 1 && ( + {index > 2 && (