[agent-pipeline] pipe-20260311185722-je7c round-1
This commit is contained in:
parent
6974a38df2
commit
ff94c5c42d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue