Skip to content

Commit b462d0f

Browse files
Switch Role Assignment and Decision Making Method order
1 parent 8bf112c commit b462d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/admin/prototypes/WorkflowAccordion.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ export default function WorkflowAccordion({
450450
if (step.key === 'method' && decision) {
451451
return (
452452
<div className="space-y-6">
453+
<RoleAssignment decision={decision} />
454+
453455
<Card>
454456
<CardHeader className="pb-3">
455457
<CardTitle className="text-xl font-semibold">Decision making method</CardTitle>
@@ -479,7 +481,6 @@ export default function WorkflowAccordion({
479481
</CardContent>
480482
</Card>
481483

482-
<RoleAssignment decision={decision} />
483484
</div>
484485
)
485486
}

0 commit comments

Comments
 (0)