removed empty console error
This commit is contained in:
@@ -35,7 +35,6 @@ const schemaFormMixin = {
|
||||
if (this.valid) this.valid = false;
|
||||
errors[error.name] = this.schema.messageForError(error);
|
||||
});
|
||||
console.error(errors);
|
||||
return errors;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user