view all updates for reps

This commit is contained in:
2023-11-08 09:03:34 +00:00
parent 08552da757
commit e7afa582ff
7 changed files with 123 additions and 98 deletions
+2 -2
View File
@@ -228,8 +228,8 @@ export const getProgressObj = (
"totalFields": formObj[key].fieldsTotal,
"allFieldsComplete":
titleList[key].value == "Upload documents"
? _.has(props.props.appealType.fileList, "files") &&
props.props.appealType.fileList.files.length > 0
? _.has(props.props.appealType.fileList, "value") &&
props.props.appealType.fileList.value.length > 0
: rowCount == formObj[key].fieldsTotal,
};
});