fix for new appeal and reps updates

This commit is contained in:
2024-12-04 19:30:18 +00:00
parent 47c2c68ed0
commit b668f323fe
15 changed files with 951 additions and 854 deletions
+8 -2
View File
@@ -91,6 +91,7 @@ let MakeRepresentation = (props) => {
};
let questionnaireCount = updateQuestionnaireCount();
const setRepFileName = (values) => {
//console.log("---------------\n", values);
if (
@@ -408,8 +409,13 @@ let MakeRepresentation = (props) => {
);
} else {
switch (
currentView.representationCapacity ||
currentView.caseReference.repDetails.representationCapacity
(
currentView.representationCapacity ||
(currentView.caseReference.hasOwnProperty("repDetails") &&
currentView.caseReference.repDetails
.representationCapacity) ||
"false"
).toLowerCase()
) {
case false:
<RepCapacitySelection