Skip to content

Commit

Permalink
Add gravity field to feared event form
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 5, 2024
1 parent 7f03d85 commit 981bb34
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
cacheLock={cacheLocks['ref_id']}
bind:cachedValue={formDataCache['ref_id']}
/>
<Select
{form}
options={model.selectOptions['gravity']}
field="gravity"
label={m.gravity()}
cacheLock={cacheLocks['gravity']}
bind:cachedValue={formDataCache['gravity']}
/>
<TextArea
{form}
field="justification"
Expand Down

0 comments on commit 981bb34

Please sign in to comment.