Payment methode now selectable

This commit is contained in:
2026-08-05 16:53:35 +02:00
parent 7919d04dc3
commit daff70b4fe
22 changed files with 705 additions and 81 deletions
-2
View File
@@ -12,7 +12,6 @@ const props = defineProps({
availableEvents: Array,
participantData: Object,
localGroups: Array,
paymentMethod: String,
})
const showSignup = ref(true)
@@ -104,7 +103,6 @@ function close() {
:event="props.event"
:participantData="props.participantData ?? {}"
:localGroups="props.localGroups ?? []"
:paymentMethod="props.paymentMethod ?? null"
/>
<p v-else class="signup-closed-notice">
Die Anmeldung für diese Veranstaltung ist geschlossen.