Skip to content

Commit 686de49

Browse files
authored
chore: fix form-group test fixture
1 parent 260919f commit 686de49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-group/fixtures/form-group.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<b-form-group id="group3"
2626
label="Example Legend"
2727
description="Fieldset"
28-
:invalid-feedback="Invalid"
29-
:valid-feedback="Valid"
28+
invalid-feedback="Invalid"
29+
valid-feedback="Valid"
3030
:state="null">
3131
<b-form-input></b-form-input>
3232
<b-form-input></b-form-input>

0 commit comments

Comments
 (0)