Payment methode now selectable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user