feat: re-enable transportation select

This reverts commit 1ca5a53042.
This commit is contained in:
Björn Fromme
2024-09-26 12:14:16 +02:00
parent 997a6dcacc
commit 84a867b8b1
@@ -113,6 +113,11 @@
:participant="participant"
:mutable="mutableFields.services.mutable"
v-on:updated="onParticipantDataUpdated($event, index)"/>
<transportation-select :services="services.transportation"
:participant="participant"
:mutable="mutableFields.transportation.mutable"
v-on:updated="onTransportationUpdated($event)"
/>
<pickup-select
:pickups="services.pickups"
:participant="participant"