mario-education 2.4.70-admin → 2.4.71-admin
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.
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +7 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10015,7 +10015,7 @@ var Training = function Training() {
|
|
|
10015
10015
|
handleSubmit = formikProps.handleSubmit;
|
|
10016
10016
|
return React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
10017
10017
|
md: 7,
|
|
10018
|
-
className: "
|
|
10018
|
+
className: "my-4"
|
|
10019
10019
|
}, React__default.createElement(reactstrap.Label, {
|
|
10020
10020
|
style: {
|
|
10021
10021
|
fontWeight: 700
|
|
@@ -10030,12 +10030,12 @@ var Training = function Training() {
|
|
|
10030
10030
|
onBlur: handleBlur("adminTraining")
|
|
10031
10031
|
})), React__default.createElement(reactstrap.Col, {
|
|
10032
10032
|
md: 7,
|
|
10033
|
-
className: "
|
|
10033
|
+
className: "mb-4"
|
|
10034
10034
|
}, React__default.createElement(reactstrap.Label, {
|
|
10035
10035
|
style: {
|
|
10036
10036
|
fontWeight: 700
|
|
10037
10037
|
}
|
|
10038
|
-
}, "Teacher
|
|
10038
|
+
}, "Teacher training:"), React__default.createElement(reactstrap.Input, {
|
|
10039
10039
|
name: "teacherTraining",
|
|
10040
10040
|
placeholder: "Teacher training",
|
|
10041
10041
|
value: values.teacherTraining,
|
|
@@ -29857,17 +29857,17 @@ var AdminTraining = function AdminTraining() {
|
|
|
29857
29857
|
console.log({
|
|
29858
29858
|
linkAdminTraining: linkAdminTraining
|
|
29859
29859
|
});
|
|
29860
|
-
return React__default.createElement(reactstrap.Row, null,
|
|
29860
|
+
return React__default.createElement(reactstrap.Row, null, !!linkAdminTraining && React__default.createElement(reactstrap.Col, {
|
|
29861
29861
|
md: 12,
|
|
29862
|
-
className: "mt-
|
|
29862
|
+
className: "mt-2"
|
|
29863
29863
|
}, React__default.createElement("iframe", {
|
|
29864
29864
|
src: linkAdminTraining,
|
|
29865
29865
|
title: "Training",
|
|
29866
29866
|
style: {
|
|
29867
29867
|
width: "100%",
|
|
29868
|
-
height: "
|
|
29868
|
+
height: "80vh"
|
|
29869
29869
|
}
|
|
29870
|
-
}))
|
|
29870
|
+
})));
|
|
29871
29871
|
};
|
|
29872
29872
|
|
|
29873
29873
|
core.LicenseManager.setLicenseKey(marioCore.LICENSE_AGGRID);
|