[agent-pipeline] pipe-20260311185722-je7c round-1

This commit is contained in:
DDD1542 2026-03-12 04:00:25 +09:00
parent 6974a38df2
commit ff94c5c42d
1 changed files with 9 additions and 0 deletions

View File

@ -118,6 +118,15 @@ export const V2ProcessWorkStandardConfigPanel: React.FC<V2ProcessWorkStandardCon
className="h-7 flex-1 text-[10px]"
placeholder="표시명"
/>
<Input
type="number"
min={1}
value={phase.sortOrder}
onChange={(e) => updatePhase(idx, "sortOrder", parseInt(e.target.value) || 1)}
className="h-7 w-12 text-[10px] text-center"
placeholder="순서"
title="정렬 순서"
/>
<Button
variant="ghost"
size="icon"