@eeplatform/basic-edu 1.3.8 → 1.3.9
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/CHANGELOG.md +6 -0
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -33239,10 +33239,6 @@ function useSchoolService() {
|
|
|
33239
33239
|
errors.push(`Row ${rowNum}: name is required`);
|
|
33240
33240
|
continue;
|
|
33241
33241
|
}
|
|
33242
|
-
if (!province) {
|
|
33243
|
-
errors.push(`Row ${rowNum}: province is required`);
|
|
33244
|
-
continue;
|
|
33245
|
-
}
|
|
33246
33242
|
if (!cityMunicipality) {
|
|
33247
33243
|
errors.push(`Row ${rowNum}: city/municipality is required`);
|
|
33248
33244
|
continue;
|