project-booster-vue 8.113.3 → 8.113.4

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": "8.113.3",
3
+ "version": "8.113.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -121,7 +121,11 @@ export default {
121
121
  },
122
122
  methods: {
123
123
  displayProductsList(item, section) {
124
- this.$store.dispatch('pushedCardClickEvent', { product: item, section: section, project: this.project });
124
+ this.$store.dispatch('categories/pushedCardClickEvent', {
125
+ product: item,
126
+ section: section,
127
+ project: this.project,
128
+ });
125
129
  },
126
130
  scrollToTop() {
127
131
  setTimeout(() => {