Various homeview fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-19 15:07:58 +02:00
parent be0b3245bf
commit 444e0d6a0c
4 changed files with 10 additions and 3 deletions

View File

@@ -19,6 +19,8 @@
:type="AddressSearchType.ADMINISTRATIVE"
:doGeoLocation="false"
v-model="location"
:hide-map="true"
:hide-selected="true"
/>
<o-button type="submit" icon-left="magnify">
<template v-if="search">{{ t("Go!") }}</template>