mario-education 2.2.2 → 2.2.3
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 +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +91 -91
package/dist/index.js
CHANGED
|
@@ -5228,10 +5228,6 @@ var CSVType;
|
|
|
5228
5228
|
})(CSVType || (CSVType = {}));
|
|
5229
5229
|
|
|
5230
5230
|
var buttons = [{
|
|
5231
|
-
text: "Import students",
|
|
5232
|
-
backgroundColor: "#0abde3",
|
|
5233
|
-
type: CSVType.Students
|
|
5234
|
-
}, {
|
|
5235
5231
|
text: "Import subjects",
|
|
5236
5232
|
backgroundColor: "#1dd1a1",
|
|
5237
5233
|
type: CSVType.Subjects
|
|
@@ -9934,12 +9930,13 @@ var useQuestionDetail = function useQuestionDetail(id) {
|
|
|
9934
9930
|
}, [questionDetail]);
|
|
9935
9931
|
var confirmData = React.useCallback(function (data) {
|
|
9936
9932
|
try {
|
|
9933
|
+
var _exit2 = false;
|
|
9934
|
+
|
|
9937
9935
|
var _temp7 = function _temp7(_result) {
|
|
9938
9936
|
if (_exit2) return _result;
|
|
9939
9937
|
dispatch(marioCore.setLoading(false));
|
|
9940
9938
|
};
|
|
9941
9939
|
|
|
9942
|
-
var _exit2 = false;
|
|
9943
9940
|
dispatch(marioCore.setLoading(true));
|
|
9944
9941
|
|
|
9945
9942
|
var _temp8 = _catch(function () {
|