Remove markers from MapboxGeocoder the users and groups marks are not affected.

This commit is contained in:
elweyn 2023-02-23 07:18:14 +01:00
parent 924e2bec61
commit 8df83adc2f

View File

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