feat: re-enable pickup select

This reverts commit 3910e4ba7b.
This commit is contained in:
Björn Fromme
2024-09-26 12:12:18 +02:00
parent 009e00c29e
commit 997a6dcacc
@@ -113,6 +113,13 @@
:participant="participant"
:mutable="mutableFields.services.mutable"
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 class="grid lg:grid-cols-2 gap-4 p-2">
<table class="text-sm mb-0">