tango-app-ui-shared 3.7.3-dev6-demo12 → 3.7.3-dev6-demo13

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.
@@ -8542,7 +8542,7 @@ class ZoneHeaderComponent {
8542
8542
  clients: headerFilters.clients || [],
8543
8543
  store: headerFilters.store || null,
8544
8544
  date: headerFilters.date || this.selectedFilters.date,
8545
- stores: headerFilters.stores || [],
8545
+ stores: headerFilters.stores || this.zoneData,
8546
8546
  group: headerFilters.group || [],
8547
8547
  location: headerFilters.location || [],
8548
8548
  country: headerFilters.country || []