This commit is contained in:
@@ -362,6 +362,7 @@ export default {
|
||||
vm.appError = null;
|
||||
//clear out actual message box display
|
||||
vm.errorBoxMessage = null;
|
||||
vm.formValid = true;
|
||||
},
|
||||
///////////////////////////////
|
||||
// setErrorBoxErrors
|
||||
@@ -407,5 +408,7 @@ export default {
|
||||
vm.obj[ref] = val;
|
||||
triggeringChange = false;
|
||||
}
|
||||
vm.formDirty = true;
|
||||
vm.formValid = vm.$refs.form.validate();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user