Remove unused attribute

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-28 16:12:57 +02:00
parent 579bcaba06
commit 8452b2e096
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
/>
<full-address-auto-complete
:resultType="AddressSearchType.ADMINISTRATIVE"
:doGeoLocation="false"
v-model="location"
:hide-map="true"
:hide-selected="true"

View File

@@ -95,7 +95,6 @@
<full-address-auto-complete
v-if="loggedUser?.settings"
:resultType="AddressSearchType.ADMINISTRATIVE"
:doGeoLocation="false"
v-model="address"
:default-text="address?.description"
id="setting-city"