diff --git a/app/components/map-search.js b/app/components/map-search.js index 4efc917a..e8ef8143 100644 --- a/app/components/map-search.js +++ b/app/components/map-search.js @@ -134,6 +134,7 @@ export default Component.extend({ const selection = this.get('selection'); selection.set('searchResultFeature', null); + selection.set('currentAddress', []); }, goTo(result) {