@insticc/genericform 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -316,7 +316,7 @@ var GenericForm = exports["default"] = /*#__PURE__*/function (_React$Component)
316
316
  }, {
317
317
  key: "render",
318
318
  value: function render() {
319
- return /*#__PURE__*/_react["default"].createElement("div", null, this.renderContent(sortedFields));
319
+ return /*#__PURE__*/_react["default"].createElement("div", null, this.renderContent());
320
320
  }
321
321
  }]);
322
322
  }(_react["default"].Component);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insticc/genericform",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "a generic form with various types of fields",
5
5
  "main": "build/index.js",
6
6
  "scripts": {