expedite-components 0.3.2 → 0.3.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.
@@ -4615,7 +4615,7 @@ const ns = (e, i) => {
4615
4615
  }), g.value.qty = N.product.qty, g.value.price = N.product.price, g.value.attributes = N.product.attributes, g.value.categoryOptions.forEach((V) => {
4616
4616
  V.itemTypes.forEach((P) => {
4617
4617
  P.options.forEach(($) => {
4618
- j.has($.itemId) && ($.itemName = j.get($.itemId).name, $.qty = j.get($.itemId).qty, $.price = j.get($.itemId).price, P.selected.includes($.itemId) || P.selected.push($.itemId));
4618
+ P.selected = [], j.has($.itemId) && ($.itemName = j.get($.itemId).name, $.qty = j.get($.itemId).qty, $.price = j.get($.itemId).price, P.selected.push($.itemId));
4619
4619
  });
4620
4620
  });
4621
4621
  });