This commit is contained in:
2019-07-19 19:41:58 +00:00
parent 177f08f49d
commit 7bbe2bd315
22 changed files with 191 additions and 192 deletions

View File

@@ -30,7 +30,7 @@ function dealWithError(msg, vm) {
if (vm) {
if (vm.$gzdevmode()) {
//make sure formState.appError is defined on data
if (!vm.$_.has(vm, "formState.appError")) {
if (!window.$gz._.has(vm, "formState.appError")) {
throw "DEV ERROR errorHandler::dealWithError -> formState.appError seems to be missing from form's vue data object";
}
}