fix: refs #8936 change default value of preventSubmit to false
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
82736beef0
commit
43b23f62a5
|
@ -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']);
|
||||||
|
|
Loading…
Reference in New Issue