This commit is contained in:
@@ -565,7 +565,9 @@ export default {
|
||||
});
|
||||
|
||||
if (res.error) {
|
||||
throw res.error;
|
||||
// throw res.error;
|
||||
vm.formState.serverError = res.error;
|
||||
window.$gz.form.setErrorBoxErrors(vm);
|
||||
} else {
|
||||
//Save a copy of the server columns data for handling button clicks etc later
|
||||
vm.serverColumns = res.columns;
|
||||
|
||||
Reference in New Issue
Block a user