diff --git a/src/EventForm.ce.vue b/src/EventForm.ce.vue index afd20f3..67e48f5 100644 --- a/src/EventForm.ce.vue +++ b/src/EventForm.ce.vue @@ -137,16 +137,16 @@
+
+ +
+
+ +
+ -->
Vielen Dank für deine Anmeldung.
@@ -171,7 +171,7 @@ import SettingIcon from './components/icons/SettingIcon.vue'; const {scroll} = useScroll(); const {errorFromResponse} = useToastify(); -const finished = ref(true); +const finished = ref(false); const eventForm = ref(null); const emits = defineEmits(['addSection', 'editSection', 'deleteSection', 'editField', 'deleteField', 'active']);