@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/dist/index.mjs
CHANGED
|
@@ -33254,10 +33254,6 @@ function useSchoolService() {
|
|
|
33254
33254
|
errors.push(`Row ${rowNum}: name is required`);
|
|
33255
33255
|
continue;
|
|
33256
33256
|
}
|
|
33257
|
-
if (!province) {
|
|
33258
|
-
errors.push(`Row ${rowNum}: province is required`);
|
|
33259
|
-
continue;
|
|
33260
|
-
}
|
|
33261
33257
|
if (!cityMunicipality) {
|
|
33262
33258
|
errors.push(`Row ${rowNum}: city/municipality is required`);
|
|
33263
33259
|
continue;
|