@eeplatform/nuxt-layer-common 1.7.56 → 1.7.57

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @eeplatform/nuxt-layer-common
2
2
 
3
+ ## 1.7.57
4
+
5
+ ### Patch Changes
6
+
7
+ - d061748: Fix enrollment form
8
+
3
9
  ## 1.7.56
4
10
 
5
11
  ### Patch Changes
@@ -1545,6 +1545,7 @@ if (prop.school && !prop.selfService) {
1545
1545
  if (school) {
1546
1546
  enrollment.value.school = school._id;
1547
1547
  enrollment.value.region = school.region;
1548
+ enrollment.value.division = school.division;
1548
1549
  enrollment.value.province = school.province;
1549
1550
  enrollment.value.cityMunicipality = school.cityMunicipality;
1550
1551
  enrollment.value.schoolName = school.name;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eeplatform/nuxt-layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.7.56",
5
+ "version": "1.7.57",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"