fix agent builder move block bug (#3220)
patch bug allowing user to move block above vars in agent builder
This commit is contained in:
parent
6ffdbf074d
commit
aba910de70
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user