@eeplatform/nuxt-layer-common 1.7.16 → 1.7.17

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.17
4
+
5
+ ### Patch Changes
6
+
7
+ - ab88f97: Fix enrollment form
8
+
3
9
  ## 1.7.16
4
10
 
5
11
  ### Patch Changes
@@ -242,7 +242,7 @@
242
242
  ></v-checkbox>
243
243
  </v-col>
244
244
 
245
- <v-col v-if="!enrollment.returningLearner" cols="12">
245
+ <v-col cols="12">
246
246
  <v-row no-gutters>
247
247
  <v-col cols="12" class="mt-4">
248
248
  <v-row>
@@ -1267,7 +1267,7 @@
1267
1267
  </v-row>
1268
1268
  </v-col>
1269
1269
 
1270
- <v-col v-else cols="12">
1270
+ <v-col cols="12">
1271
1271
  <v-row no-gutters>
1272
1272
  <v-col cols="12">
1273
1273
  <v-row>
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.16",
5
+ "version": "1.7.17",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"