@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.
@@ -8563,7 +8563,9 @@ var Filters = function (_a) {
8563
8563
  }
8564
8564
  }
8565
8565
  return checked
8566
- ? __spreadArray(__spreadArray([], (currentFilter.isMultiselect ? prev : []), true), [
8566
+ ? __spreadArray(__spreadArray([], (currentFilter.isMultiselect
8567
+ ? prev
8568
+ : prev.filter(function (filter) { return filter.sectionIndex !== sectionIndex; })), true), [
8567
8569
  {
8568
8570
  sectionIndex: sectionIndex,
8569
8571
  itemIndex: itemIndex,