project-booster-vue 8.115.2 → 8.115.3

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.115.2",
3
+ "version": "8.115.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -219,8 +219,8 @@ export default {
219
219
  };
220
220
  try {
221
221
  const event = {
222
- inhabitantProjectId: clickedCardInfo.project.project.id,
223
- businessUnit: clickedCardInfo.project.project.businessUnit,
222
+ inhabitantProjectId: clickedCardInfo.project.id,
223
+ businessUnit: clickedCardInfo.project.businessUnit,
224
224
  section: clickedCardInfo.section,
225
225
  clickedCard: formatCard(clickedCardInfo.product),
226
226
  possibleCards: state.products[clickedCardInfo.section].map((card) => {