@orderingstack/front-components-product-configurator 1.4.2-beta.13 → 1.4.2-beta.14
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6942,7 +6942,7 @@ function useMenuOptions(product, nestedLvl, parentKind, parentSelCtx) {
|
|
|
6942
6942
|
);
|
|
6943
6943
|
unselectProductsInForm(productsToUnselect, setValue);
|
|
6944
6944
|
selectProductsInForm(productsToSelect, setValue, initialSelected);
|
|
6945
|
-
}, [isFilterValidated]);
|
|
6945
|
+
}, [isFilterValidated, selected, filter]);
|
|
6946
6946
|
return {
|
|
6947
6947
|
isFilterValidated,
|
|
6948
6948
|
selected,
|