@dev-tcloud/tcloud-ui 0.0.99 → 0.1.0

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.
@@ -3922,7 +3922,7 @@ class TCloudUiFiltersComponent {
3922
3922
  result_accept(data) {
3923
3923
  if (!this.useFilterAccept && data && (data).length > 0) {
3924
3924
  for (let i = 0; i < (data).length; i++) {
3925
- //delete data[i]['tc_filter_accept'];
3925
+ delete data[i]['tc_filter_accept'];
3926
3926
  }
3927
3927
  }
3928
3928
  this.result.emit(data);