Merge pull request #6021 from Ocelot-Social-Community/5980-fix-search-marker-same-color-as-group

fix(webapp): remove additional markers from map
This commit is contained in:
Hannes Heine 2023-02-23 08:58:53 +01:00 committed by GitHub
commit 991080f3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,6 +209,7 @@ export default {
new MapboxGeocoder({
accessToken: this.$env.MAPBOX_TOKEN,
mapboxgl: this.mapboxgl,
marker: false,
}),
)