Mod default finished value
This commit is contained in:
parent
375fb895a5
commit
2e232a95fd
|
@ -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']);
|
||||
|
||||
|
|
Loading…
Reference in New Issue