Fix finished

This commit is contained in:
philipp lang 2024-04-26 15:00:27 +02:00
parent 50e9f31455
commit 896aca3a65
1 changed files with 10 additions and 10 deletions

View File

@ -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']);