Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aresnik11 committed Aug 22, 2024
1 parent 9c4c545 commit 9e3d656
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ It is best to provide `htmlFor` to both the FormGroup + inner form element to ma
</Story>
<Story name="FormGroupValidated">
{() => (
<FormGroup
required
label="I am also required!!"
htmlFor="required-valid"
>
<FormGroup required label="I am also required!!" htmlFor="required-valid">
<Input defaultValue="Good job!" htmlFor="required-valid" valid />
</FormGroup>
)}
Expand Down

0 comments on commit 9e3d656

Please sign in to comment.