forked from potsda.mn/mobilizon
Remove unused attribute
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
579bcaba06
commit
8452b2e096
|
@ -20,7 +20,6 @@
|
|||
/>
|
||||
<full-address-auto-complete
|
||||
:resultType="AddressSearchType.ADMINISTRATIVE"
|
||||
:doGeoLocation="false"
|
||||
v-model="location"
|
||||
:hide-map="true"
|
||||
:hide-selected="true"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue