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.
@@ -5225,10 +5225,6 @@ var CSVType;
5225
5225
  })(CSVType || (CSVType = {}));
5226
5226
 
5227
5227
  var buttons = [{
5228
- text: "Import students",
5229
- backgroundColor: "#0abde3",
5230
- type: CSVType.Students
5231
- }, {
5232
5228
  text: "Import subjects",
5233
5229
  backgroundColor: "#1dd1a1",
5234
5230
  type: CSVType.Subjects
@@ -9931,12 +9927,13 @@ var useQuestionDetail = function useQuestionDetail(id) {
9931
9927
  }, [questionDetail]);
9932
9928
  var confirmData = useCallback(function (data) {
9933
9929
  try {
9930
+ var _exit2 = false;
9931
+
9934
9932
  var _temp7 = function _temp7(_result) {
9935
9933
  if (_exit2) return _result;
9936
9934
  dispatch(setLoading(false));
9937
9935
  };
9938
9936
 
9939
- var _exit2 = false;
9940
9937
  dispatch(setLoading(true));
9941
9938
 
9942
9939
  var _temp8 = _catch(function () {