Skip to content

Commit 63a1ed5

Browse files
committed
fixed form guide errors
1 parent 4b464da commit 63a1ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reactive_components/300-forms/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def form_config
123123
wrapper: { tag: :div, class: 'invalid-feedback' },
124124
input: { class: 'is-invalid' }
125125
}
126+
}
126127
end
127128
```
128129

@@ -168,6 +169,7 @@ def form_config
168169
failure: {
169170
emit: "failed"
170171
}
172+
}
171173
end
172174
```
173175

0 commit comments

Comments
 (0)