diff --git a/ayanova/src/api/gzform.js b/ayanova/src/api/gzform.js index 544e8d7c..4ccd5655 100644 --- a/ayanova/src/api/gzform.js +++ b/ayanova/src/api/gzform.js @@ -83,7 +83,7 @@ function getControlLabel(ctrl) { // Get errors for a particular field // from server error collection // -function getErrorsForField(vm, ref, index) { +function getErrorsForField(vm, ref) { //Note: to debug this on forms just put {{ formState.serverError }} //on the form to see what is actually stored there and should be showing let ret = [];