Disable geolocation on prefered events area selection

Since we restrict to administrative areas and not full addresses

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-02 10:02:06 +01:00
parent 3fade65c8e
commit 468c04d24a
2 changed files with 9 additions and 2 deletions

View File

@@ -63,6 +63,7 @@
loggedUser && loggedUser.settings && loggedUser.settings.location
"
:type="AddressSearchType.ADMINISTRATIVE"
:doGeoLocation="false"
v-model="address"
>
</address-auto-complete>