tango-app-ui-shared 3.3.1-country.1 → 3.3.1-country.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.
|
@@ -3692,7 +3692,7 @@ class TrafficHeaderComponent {
|
|
|
3692
3692
|
? ''
|
|
3693
3693
|
: selectedLocations.length === 1
|
|
3694
3694
|
? selectedLocations[0]
|
|
3695
|
-
: `${selectedLocations.length}
|
|
3695
|
+
: `${selectedLocations.length} Regions`;
|
|
3696
3696
|
}
|
|
3697
3697
|
removeLocation() {
|
|
3698
3698
|
this.Reset();
|
|
@@ -3987,6 +3987,7 @@ class TrafficHeaderComponent {
|
|
|
3987
3987
|
this.locations = [];
|
|
3988
3988
|
this.groupsData = [];
|
|
3989
3989
|
this.stores = [];
|
|
3990
|
+
this.countries = [];
|
|
3990
3991
|
// Clear search input fields
|
|
3991
3992
|
this.searchLocationText = "";
|
|
3992
3993
|
this.searchGroupText = "";
|