updated view all to set missing current view state
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user