educoreapp2 1.0.89 → 1.0.90

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.
@@ -200,7 +200,7 @@ class BaseInputString extends _react.Component {
200
200
  "aria-label": "size 3 select example"
201
201
  }, Object.keys(this.list).map(function (key) {
202
202
  let el = this.list[key];
203
- let vname = el.vname;
203
+ let vname = el.name;
204
204
  let id = el.id;
205
205
  return /*#__PURE__*/_react.default.createElement("option", {
206
206
  key: id,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.89",
4
+ "version": "1.0.90",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [