Merge branch 'develop'

This commit is contained in:
Björn Fromme
2022-12-01 17:34:45 +01:00
@@ -68,7 +68,7 @@
<template v-else>
<div class="p-2 border-b border-zinc-200">
<participant-data-form :participant="participant"
:mutable="mutableFields.participantData.mutable"
:mutable="false"
:countries="countries"
v-on:updated="onParticipantDataUpdated($event, index)"
/>
@@ -76,7 +76,7 @@
<div class="flex flex-col space-y-1 md:flex-row md:space-y-0 md:space-x-1 py-4 border-b border-zinc-200 p-2">
<participant-address-form :participant="participant"
:countries="countries"
:mutable="mutableFields.participantData.mutable"
:mutable="false"
v-on:updated="onParticipantDataUpdated($event, index)"
/>
<accommodation-select :participant="participant"