rep defect 21

This commit is contained in:
2025-01-08 13:04:22 +00:00
parent f82ac6cd4c
commit 48b7ab6298
3 changed files with 16 additions and 8 deletions
@@ -339,9 +339,12 @@ export const RenderCondtionalRadioList = ({
className="govuk-input govuk-!-width-one-half"
id={id + "_details"}
name={id + "_details"}
component="input"
component={RenderTextfield}
type="text"
validate={[required]}
errorMsg={t(
"myrepresentations:is-required-label"
)}
/>
</div>
</div>