tango-app-ui-manage-tickets 3.7.0-beta.20 → 3.7.0-beta.21

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.
@@ -641,6 +641,9 @@ class TicketsComponent {
641
641
  obj.sortColumName = this.sortedColumn;
642
642
  obj.sortBy = this.sortDirection;
643
643
  }
644
+ if (this.filterByCluster?.length) {
645
+ obj.filterByCluster = this.filterByCluster ? this.filterByCluster : [];
646
+ }
644
647
  if (this.type === "installation" || this.type === "infra") {
645
648
  if (this.filterByStores?.length) {
646
649
  obj.storeIdFilter = this.filterByStores ? this.filterByStores : [];