Skip to content

Commit

Permalink
fixing radio button issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 14, 2023
1 parent 8184922 commit b179093
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,15 @@ export function SlurCreate() {
</Box>
</FormField>

<FormField name="appropriated" label="Appropriated" required>
<FormField
name="appropriated"
label="Appropriated"
required={false}
>
<RadioButtonGroup
name="appropriated"
options={appropriatedOptions}
direction="row"
value={formData.appropriated}
/>
</FormField>

Expand Down

0 comments on commit b179093

Please sign in to comment.