Implement reordering of steps
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user