Skip to content
Snippets Groups Projects
Unverified Commit aba910de authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

fix agent builder move block bug (#3220)

patch bug allowing user to move block above vars in agent builder
parent 6ffdbf07
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ export default function BlockList({
block.type !== BLOCK_TYPES.FINISH &&
block.type !== BLOCK_TYPES.FLOW_INFO && (
<div className="flex items-center gap-1">
{index > 1 && (
{index > 2 && (
<button
onClick={(e) => {
e.stopPropagation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment