@hostlink/nuxt-light 1.23.5 → 1.23.6

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.
@@ -21,7 +21,7 @@ if (modelValue.value.mode != 'prod') {
21
21
  }
22
22
 
23
23
  //split the custom_field_models by comma
24
- if (modelValue.value.custom_field_models != "") {
24
+ if (modelValue.value.custom_field_models) {
25
25
  modelValue.value.custom_field_models = modelValue.value.custom_field_models.split(',')
26
26
  } else {
27
27
  modelValue.value.custom_field_models = []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.23.5",
3
+ "version": "1.23.6",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",