Überarbeitung
This commit is contained in:
@@ -140,7 +140,7 @@ export class EditBusinessListingComponent {
|
||||
|
||||
async search(event: AutoCompleteCompleteEvent) {
|
||||
const result = await lastValueFrom(this.geoService.findCitiesStartingWith(event.query));
|
||||
this.suggestions = result.map(r => r.city).slice(0, 5);
|
||||
this.suggestions = result.map(r => r.name).slice(0, 5);
|
||||
}
|
||||
|
||||
changeListingCategory(value: 'business' | 'commercialProperty') {
|
||||
|
||||
Reference in New Issue
Block a user