Merge branch 'dev' into 7248-tablesObservation
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-04-24 10:38:13 +00:00
commit 4f12a31b1a
1 changed files with 1 additions and 1 deletions

View File

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