fix(front): various cleanups

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2024-02-08 11:26:27 +01:00
parent 34c0dd6498
commit 6a482b0d97
4 changed files with 5 additions and 8 deletions

View File

@@ -94,7 +94,6 @@
<o-field grouped>
<o-field :label="t('City or region')" expanded label-for="setting-city">
<full-address-auto-complete
v-if="loggedUser?.settings"
:resultType="AddressSearchType.ADMINISTRATIVE"
v-model="address"
:default-text="address?.description"