project-booster-vue 10.22.6 → 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.6",
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 : '',