@trafilea/afrodita-components 6.58.1 → 6.58.2

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/build/index.js CHANGED
@@ -8589,7 +8589,9 @@ var Filters = function (_a) {
8589
8589
  }
8590
8590
  }
8591
8591
  return checked
8592
- ? __spreadArray(__spreadArray([], (currentFilter.isMultiselect ? prev : []), true), [
8592
+ ? __spreadArray(__spreadArray([], (currentFilter.isMultiselect
8593
+ ? prev
8594
+ : prev.filter(function (filter) { return filter.sectionIndex !== sectionIndex; })), true), [
8593
8595
  {
8594
8596
  sectionIndex: sectionIndex,
8595
8597
  itemIndex: itemIndex,