Skip to content

Commit

Permalink
Merge branch 'master' into sharp-pdf-image-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat authored Feb 15, 2025
2 parents 0e65c17 + aba910d commit 2fe1d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Admin/AgentBuilder/BlockList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2fe1d91

Please sign in to comment.