Skip to content

Commit d5c7c82

Browse files
committed
Release 0.11.18
1 parent 388cc3d commit d5c7c82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-controlled",
3-
"version": "0.11.17",
3+
"version": "0.11.18",
44
"description": "React controlled form components. The main idea is to make forms as simple as possible.",
55
"author": {
66
"name": "Zlatko Fedor",

src/Fieldset.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function extendChild(child, parent) {
2020
const newProps = {};
2121
let changed = false;
2222

23-
2423
if (addIndex) {
2524
newProps.addIndex = null;
2625
changed = true;

0 commit comments

Comments
 (0)