drf-react-by-schema 0.16.1 → 0.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -204,6 +204,7 @@ const EditableAutocompleteFieldBySchema = react_1.default.forwardRef((_a, ref) =
204
204
  labelKey,
205
205
  setValue,
206
206
  getValues,
207
+ fieldsLayout,
207
208
  });
208
209
  }
209
210
  } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drf-react-by-schema",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "Components and Tools for building a React App having Django Rest Framework (DRF) as server",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",