Skip to content

Commit

Permalink
pass searchQueryId to MapViewModel, re #10502
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Nov 15, 2024
1 parent 1a70a81 commit 5f6c426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arches/app/media/js/views/components/search/map-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ define([
options.name = "Map Filter";
BaseFilter.prototype.initialize.call(this, options);

options.searchQueryId = this.searchQueryId;
options.sources = {
"geojson-search-buffer-data": {
"type": "geojson",
Expand Down

0 comments on commit 5f6c426

Please sign in to comment.