feat: disable transportation select for the time being

This commit is contained in:
Björn Fromme
2024-09-11 15:53:33 +02:00
parent 3f325df133
commit 1ca5a53042
@@ -119,11 +119,6 @@
: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"