Signup for events implemented
This commit is contained in:
@@ -18,8 +18,6 @@ const props = defineProps({
|
||||
localGroups: Array,
|
||||
})
|
||||
|
||||
console.log(props.participantData);
|
||||
|
||||
const emit = defineEmits(['registrationDone'])
|
||||
|
||||
const {
|
||||
@@ -48,7 +46,7 @@ const steps = [
|
||||
:participant="submitResult?.participant"
|
||||
:event="event"
|
||||
/>
|
||||
<SubmitAlreadyExists v-else-if="submitResult?.type === 'exists'" :data="submitResult.data" />
|
||||
<SubmitAlreadyExists v-else-if="submitResult?.status === 'exists'" :event="event" />
|
||||
|
||||
<template v-else>
|
||||
<!-- Fortschrittsleiste (ab Step 2) -->
|
||||
|
||||
Reference in New Issue
Block a user