feat: disable transportation select for the time being
This commit is contained in:
@@ -119,11 +119,6 @@
|
|||||||
:participant="participant"
|
:participant="participant"
|
||||||
:mutable="mutableFields.services.mutable"
|
:mutable="mutableFields.services.mutable"
|
||||||
v-on:updated="onParticipantDataUpdated($event, index)"/>
|
v-on:updated="onParticipantDataUpdated($event, index)"/>
|
||||||
<transportation-select :services="services.transportation"
|
|
||||||
:participant="participant"
|
|
||||||
:mutable="mutableFields.transportation.mutable"
|
|
||||||
v-on:updated="onTransportationUpdated($event)"
|
|
||||||
/>
|
|
||||||
<pickup-select
|
<pickup-select
|
||||||
:pickups="services.pickups"
|
:pickups="services.pickups"
|
||||||
:participant="participant"
|
:participant="participant"
|
||||||
|
|||||||
Reference in New Issue
Block a user