@orderingstack/front-components-product-configurator 1.4.2-beta.12 → 1.4.2-beta.13

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.es.js CHANGED
@@ -11023,7 +11023,6 @@ function ProductConfigurator(props) {
11023
11023
  const {
11024
11024
  encodedProduct,
11025
11025
  initSelected,
11026
- initFilter,
11027
11026
  filter,
11028
11027
  productQuantity,
11029
11028
  setIsOnSubmittedOnTrue,
@@ -11048,8 +11047,7 @@ function ProductConfigurator(props) {
11048
11047
  });
11049
11048
  const methods = useForm({
11050
11049
  defaultValues: {
11051
- selected: initSelected,
11052
- filter: initFilter
11050
+ selected: initSelected
11053
11051
  }
11054
11052
  });
11055
11053
  const {