CSR-319: restore needed empty onSubmit call (to prevent default form submission)

This commit is contained in:
Adam Caouette 2022-03-07 16:09:10 -05:00
parent 4e6c8e5d3c
commit 74d3694c4f

View file

@ -159,6 +159,7 @@ export default {
this.$route
);
},
onSubmit() {}, // DO NOT REMOVE; needed to prevent default form submit behavior
onInvalidSubmit({ values, errors, results }) {
// identify the first error field and put focus on it
// get error names array