Skip to content

Commit

Permalink
Add ref_id field to risk scenario update form
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Nov 23, 2024
1 parent 5cb0a3e commit 1e0bcd9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@

<div class="flex flex-row space-x-2 min-h-72">
<div class="card px-4 py-2 bg-white shadow-lg space-y-4 w-5/12">
<TextField {form} field="name" label={m.name()} />
<span class="flex flex-row space-x-2">
<TextField {form} field="ref_id" label={m.refId()} />
<TextField {form} field="name" label={m.name()} classesContainer="w-full" />
</span>
<TextArea {form} field="description" rows={6} label={m.description()} />
</div>
<div class="card px-4 py-2 bg-white shadow-lg w-7/12 max-h-96 overflow-y-scroll">
Expand Down

0 comments on commit 1e0bcd9

Please sign in to comment.