Fix event map view

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-11-04 18:17:30 +01:00
parent ad9d9d33bc
commit b745f34356
2 changed files with 83 additions and 86 deletions

View File

@@ -205,11 +205,11 @@
full-screen
:can-cancel="['escape', 'outside']"
>
<template #default="props">
<template #default>
<event-map
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
:address="event.physicalAddress"
@close="props.close"
@close="showMap = false"
/>
</template>
</o-modal>