Skip to content

Commit aef772b

Browse files
Switch order of "Decision Making Method" and "Assign roles" Cards
1 parent 4cd217c commit aef772b

File tree

1 file changed

+2
-2
lines changed
  • app/organisation/[organisationId]/decision/[id]/process

1 file changed

+2
-2
lines changed

app/organisation/[organisationId]/decision/[id]/process/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export default function DecisionProcess() {
5353

5454
return (
5555
<>
56+
<RoleAssignment decision={decision} />
57+
5658
<Card>
5759
<CardHeader className="pb-3">
5860
<CardTitle className="text-xl font-semibold">Decision making method</CardTitle>
@@ -82,8 +84,6 @@ export default function DecisionProcess() {
8284
</CardContent>
8385
</Card>
8486

85-
<RoleAssignment decision={decision} />
86-
8787
<div className="flex justify-end pt-4">
8888
<Button size="lg" asChild>
8989
<Link href={`/organisation/${organisationId}/decision/${decisionId}/decide`}>

0 commit comments

Comments
 (0)