Skip to content

Commit

Permalink
Apply place filter on event fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Jul 7, 2024
1 parent a97ce31 commit 6f8d707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/GrampsjsViewMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ export class GrampsjsViewMap extends GrampsjsView {
this.error = false
this._dataEvents = data.data.filter(event => event.place)
this._minYear = this._getMinYear()
this._applyPlaceFilter()
} else if ('error' in data) {
this.error = true
this._errorMessage = data.error
Expand Down

0 comments on commit 6f8d707

Please sign in to comment.