mario-education 2.4.55-admin → 2.4.57-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 +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -27407,7 +27407,6 @@ var useDashboard = function useDashboard() {
|
|
|
27407
27407
|
setStudentDefault(option);
|
|
27408
27408
|
setFilter(_extends({}, filter, {
|
|
27409
27409
|
gender: [LegalGenderType.None, LegalGenderType.Male, LegalGenderType.Female],
|
|
27410
|
-
teacherId: undefined,
|
|
27411
27410
|
studentId: option ? option === null || option === void 0 ? void 0 : option.studentId : undefined,
|
|
27412
27411
|
studentUserId: option === null || option === void 0 ? void 0 : option.id
|
|
27413
27412
|
}));
|
|
@@ -27418,7 +27417,6 @@ var useDashboard = function useDashboard() {
|
|
|
27418
27417
|
setStudentDefault(undefined);
|
|
27419
27418
|
setFilter(_extends({}, filter, {
|
|
27420
27419
|
gender: [LegalGenderType.None, LegalGenderType.Male, LegalGenderType.Female],
|
|
27421
|
-
teacherId: undefined,
|
|
27422
27420
|
grade: [],
|
|
27423
27421
|
studentId: undefined,
|
|
27424
27422
|
studentUserId: ""
|