This commit is contained in:
@@ -485,7 +485,8 @@ export default {
|
||||
// loading:bool | undefined}
|
||||
//
|
||||
setFormState(newState) {
|
||||
Vue.nextTick(function() {
|
||||
//this returns a promise so any function that needs to wait for this can utilize that
|
||||
return Vue.nextTick(function() {
|
||||
if (newState.valid != undefined) {
|
||||
newState.vm.formState.valid = newState.valid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user