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