We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf112c commit b462d0fCopy full SHA for b462d0f
app/admin/prototypes/WorkflowAccordion.tsx
@@ -450,6 +450,8 @@ export default function WorkflowAccordion({
450
if (step.key === 'method' && decision) {
451
return (
452
<div className="space-y-6">
453
+ <RoleAssignment decision={decision} />
454
+
455
<Card>
456
<CardHeader className="pb-3">
457
<CardTitle className="text-xl font-semibold">Decision making method</CardTitle>
@@ -479,7 +481,6 @@ export default function WorkflowAccordion({
479
481
</CardContent>
480
482
</Card>
483
- <RoleAssignment decision={decision} />
484
</div>
485
)
486
}
0 commit comments