Mod default finished value

This commit is contained in:
philipp lang 2024-03-17 03:15:38 +01:00
parent 375fb895a5
commit 2e232a95fd
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ import useToastify from './composables/useToastify.js';
import useFields from './composables/useFields.js'; import useFields from './composables/useFields.js';
const {success, errorFromResponse} = useToastify(); const {success, errorFromResponse} = useToastify();
const finished = ref(true); const finished = ref(false);
const emits = defineEmits(['addSection', 'editSection', 'deleteSection', 'addField', 'editField', 'deleteField', 'active']); const emits = defineEmits(['addSection', 'editSection', 'deleteSection', 'addField', 'editField', 'deleteField', 'active']);