class methods for oblig. and contract amount total

This commit is contained in:
graham-dds
2019-09-09 16:11:05 -04:00
parent 8c1a1ac33e
commit 73a4b669ac
2 changed files with 3 additions and 8 deletions

View File

@@ -159,7 +159,6 @@ export default {
_isValid: function(value) {
let valid = this._validate(value)
if (!this.modified && this.initialErrors && this.initialErrors.length) {
valid = false
} else if (this.optional && value === '') {