@saydar/table-builder 1.0.10 → 1.0.12

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.
@@ -1734,7 +1734,6 @@ class TableStore extends ComponentStore {
1734
1734
  if (!filter.filterId) {
1735
1735
  filter.filterId = v4();
1736
1736
  }
1737
- filter.filterValue = splitCommaValue(filter.filterValue);
1738
1737
  filtersObj[filter.filterId] = filter;
1739
1738
  return filtersObj;
1740
1739
  }, {});