Skip to content

Commit

Permalink
Remove address from map when closing out search (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarchena authored Apr 19, 2024
1 parent 933a699 commit bbe4165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/map-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default Component.extend({

const selection = this.get('selection');
selection.set('searchResultFeature', null);
selection.set('currentAddress', []);
},

goTo(result) {
Expand Down

0 comments on commit bbe4165

Please sign in to comment.