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