create pdf reps for lpa

This commit is contained in:
2023-09-26 09:12:57 +01:00
parent 34c3e06ee3
commit 41847b3433
55 changed files with 8798 additions and 168 deletions
@@ -10,6 +10,7 @@ import {
RenderTextfield,
RenderRadioList,
RenderMultiline,
RenderRichMultiline,
RenderFileUpload,
FileUploadField,
} from "./representationElements";
@@ -89,7 +90,7 @@ const RepAppellant = (props) => {
<Field
name="representationComments"
id="representationComments"
component={RenderMultiline}
component={RenderRichMultiline}
type="text"
rows="5"
className="govuk-textarea govuk-input--width-30"