diff --git a/src/EventForm.ce.vue b/src/EventForm.ce.vue index 61f4522..7b8dd24 100644 --- a/src/EventForm.ce.vue +++ b/src/EventForm.ce.vue @@ -170,7 +170,7 @@ import useToastify from './composables/useToastify.js'; import useFields from './composables/useFields.js'; const {success, errorFromResponse} = useToastify(); -const finished = ref(true); +const finished = ref(false); const emits = defineEmits(['addSection', 'editSection', 'deleteSection', 'addField', 'editField', 'deleteField', 'active']);