Merge branch 'dev' into 8224-contextMenu
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2025-04-24 11:11:20 +00:00
commit eeab1d228f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ const $props = defineProps({
},
preventSubmit: {
type: Boolean,
default: true,
default: false,
},
});
const emit = defineEmits(['onFetch', 'onDataSaved', 'submit']);