From 3117191950b8435c285bdb1570efc4a176501ca0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Feb 2021 21:06:46 +0000 Subject: [PATCH] --- ayanova/src/api/gzform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];