thm-p3-configurator 0.0.152 → 0.0.153

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.
@@ -150,7 +150,7 @@ const ProductsOverview = () => {
150
150
  });
151
151
 
152
152
  // Auto-select kabelset if towbar is selected and no kabelset is currently selected
153
- if (isSelected && !selectedCableset && !selectedCombiset) {
153
+ if (isSelected && !selectedCableset) {
154
154
  var _products$PRODUCT_CAT;
155
155
  // Check if there's exactly one kabelset available
156
156
  if (((_products$PRODUCT_CAT = products[_constants__.PRODUCT_CATEGORIES.CABLESET]) === null || _products$PRODUCT_CAT === void 0 ? void 0 : _products$PRODUCT_CAT.length) === 1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",