This commit is contained in:
2021-02-22 21:06:46 +00:00
parent b259584b85
commit 3117191950

View File

@@ -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 = [];