educoreapp2 1.0.88 → 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.
|
203
|
+
let vname = el.name;
|
204
204
|
let id = el.id;
|
205
205
|
return /*#__PURE__*/_react.default.createElement("option", {
|
206
206
|
key: id,
|
@@ -30,7 +30,12 @@ class MenuBottom extends _react.Component {
|
|
30
30
|
height: "75px",
|
31
31
|
borderColor: "transparent",
|
32
32
|
backgroundColor: "transparent"
|
33
|
-
})), /*#__PURE__*/_react.default.createElement(
|
33
|
+
})), /*#__PURE__*/_react.default.createElement("div", {
|
34
|
+
style: {
|
35
|
+
paddingTop: "25px",
|
36
|
+
paddingRight: "10px"
|
37
|
+
}
|
38
|
+
}, /*#__PURE__*/_react.default.createElement(_BaseLang.default, null)));
|
34
39
|
}
|
35
40
|
}
|
36
41
|
var _default = exports.default = MenuBottom;
|