feat: disable pickup select for the time being
This commit is contained in:
@@ -119,13 +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)"/>
|
||||||
<pickup-select
|
|
||||||
:pickups="services.pickups"
|
|
||||||
:participant="participant"
|
|
||||||
:mutable="mutableFields.transportation.mutable"
|
|
||||||
v-on:selected="onPickupSelected($event, index)"
|
|
||||||
v-if="services.pickups"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="grid lg:grid-cols-2 gap-4 p-2">
|
<div class="grid lg:grid-cols-2 gap-4 p-2">
|
||||||
<table class="text-sm mb-0">
|
<table class="text-sm mb-0">
|
||||||
|
|||||||
Reference in New Issue
Block a user