project-booster-vue 10.22.5 → 10.22.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "10.22.5",
3
+ "version": "10.22.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -134,7 +134,7 @@ const props = defineProps({
134
134
  * onMounted load product and load this
135
135
  */
136
136
  onMounted(() => {
137
- if (store.hasModule('products/loadProduct')) {
137
+ if (store.hasModule('products')) {
138
138
  store.dispatch('products/loadProduct', {
139
139
  payload: props.payload.viewModel.defaultProduct,
140
140
  storeId: metadata && metadata.storeId ? metadata.storeId : '',
@@ -155,7 +155,9 @@
155
155
  </div>
156
156
 
157
157
  <template
158
- v-if="notification && areConditionsValid(notification.conditions || [], props.answers, props.runtimeOptions)"
158
+ v-if="
159
+ notification && areConditionsValid(notification.conditions || false, props.answers, props.runtimeOptions)
160
+ "
159
161
  >
160
162
  <m-notification class="pb-question__notifications" :type="notification.type">
161
163
  <template #default>