update build id to store version number

This commit is contained in:
2023-12-06 15:20:09 +00:00
parent 3c8fd36f7d
commit ccd3b8ffc5
8 changed files with 250 additions and 183 deletions
@@ -56,12 +56,24 @@ const RepAgent = (props) => {
>
{t("myrepresentations:kind-of-rep-label")}
</label>
<Field
name="representationType"
component={RenderPickList}
datafieldname="representationType"
optionsArr={appellantApplicantRepresentationArr}
/>
{typeof props.representationType == "undefined" ||
typeof formObj.representationForm.values
.representationType == "undefined" ? (
<Field
name="representationType"
component={RenderPickList}
datafieldname="representationType"
optionsArr={appellantApplicantRepresentationArr}
/>
) : (
<label className="govuk-label govuk-body-m">
Representation Type:{" "}
{
formObj.representationForm.values
.representationType
}{" "}
</label>
)}
</div>
</div>
{/* <div className="govuk-grid-row">