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.js
CHANGED
|
@@ -27410,7 +27410,6 @@ var useDashboard = function useDashboard() {
|
|
|
27410
27410
|
setStudentDefault(option);
|
|
27411
27411
|
setFilter(_extends({}, filter, {
|
|
27412
27412
|
gender: [LegalGenderType.None, LegalGenderType.Male, LegalGenderType.Female],
|
|
27413
|
-
teacherId: undefined,
|
|
27414
27413
|
studentId: option ? option === null || option === void 0 ? void 0 : option.studentId : undefined,
|
|
27415
27414
|
studentUserId: option === null || option === void 0 ? void 0 : option.id
|
|
27416
27415
|
}));
|
|
@@ -27421,7 +27420,6 @@ var useDashboard = function useDashboard() {
|
|
|
27421
27420
|
setStudentDefault(undefined);
|
|
27422
27421
|
setFilter(_extends({}, filter, {
|
|
27423
27422
|
gender: [LegalGenderType.None, LegalGenderType.Male, LegalGenderType.Female],
|
|
27424
|
-
teacherId: undefined,
|
|
27425
27423
|
grade: [],
|
|
27426
27424
|
studentId: undefined,
|
|
27427
27425
|
studentUserId: ""
|