validatedCity, mask for input, confirmatonService, Version Info,
This commit is contained in:
@@ -98,7 +98,7 @@ export class SearchModalComponent {
|
||||
setCity(city) {
|
||||
if (city) {
|
||||
this.criteria.city = city.city;
|
||||
this.criteria.state = city.state_code;
|
||||
this.criteria.state = city.state;
|
||||
} else {
|
||||
this.criteria.city = null;
|
||||
this.criteria.radius = null;
|
||||
|
||||
Reference in New Issue
Block a user