Revoke making personal data fields readonly
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="p-2 border-b border-zinc-200">
|
<div class="p-2 border-b border-zinc-200">
|
||||||
<participant-data-form :participant="participant"
|
<participant-data-form :participant="participant"
|
||||||
:mutable="false"
|
:mutable="mutableFields.participantData.mutable"
|
||||||
:countries="countries"
|
:countries="countries"
|
||||||
v-on:updated="onParticipantDataUpdated($event, index)"
|
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">
|
<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"
|
<participant-address-form :participant="participant"
|
||||||
:countries="countries"
|
:countries="countries"
|
||||||
:mutable="false"
|
:mutable="mutableFields.participantData.mutable"
|
||||||
v-on:updated="onParticipantDataUpdated($event, index)"
|
v-on:updated="onParticipantDataUpdated($event, index)"
|
||||||
/>
|
/>
|
||||||
<accommodation-select :participant="participant"
|
<accommodation-select :participant="participant"
|
||||||
|
|||||||
Reference in New Issue
Block a user