This commit is contained in:
@@ -586,6 +586,9 @@ export default {
|
||||
// Process and return server errors if any for form and field specified
|
||||
// note that this is called in turn by every control on the form so it's only job
|
||||
// is to return errors if they exist for *that* field
|
||||
// Not to be confused with validation errors through the "rules" property
|
||||
// that is separate and any errors returned here are *added* to the validation
|
||||
// errors in the UI by Vuetify
|
||||
//
|
||||
serverErrors(vm, ref) {
|
||||
let ret = [];
|
||||
|
||||
Reference in New Issue
Block a user