Implement reordering of steps

This commit is contained in:
Joao Correia
2025-01-19 22:26:02 +00:00
parent f485c782f3
commit 50d2841349
3 changed files with 104 additions and 53 deletions

View File

@@ -27,7 +27,7 @@ export default function WorkflowStepSelects({
className={"flex flex-row gap-0"}
>
{/* Left Select */}
<div className="flex-1 w-[175px]">
<div className="flex-1 w-[275px]">
<Select
options={leftOptions}
value={leftValue}
@@ -38,7 +38,7 @@ export default function WorkflowStepSelects({
/>
</div>
{/* Right Select */}
<div className="flex-1 w-[175px]">
<div className="flex-1 w-[275px]">
<Select
options={rightOptions}
value={rightValue}