updated view all to set missing current view state

This commit is contained in:
2024-06-05 12:21:39 +01:00
parent 7d82328b02
commit 5001fbcbfe
5 changed files with 281 additions and 12 deletions
@@ -304,11 +304,11 @@ const RepCompleteSubmit = (props) => {
<dd className="govuk-summary-list__value">
{formObj.representationForm.values.hasOwnProperty(
"representationDocuments"
"filesList"
) &&
formObj.representationForm.values
.representationDocuments.length > 0
? formObj.representationForm.values.representationDocuments.map(
.filesList.length > 0
? formObj.representationForm.values.filesList.map(
(blob, i) => (
<div
key={