updated validation to trigger correctly

This commit is contained in:
2024-11-14 06:49:02 +00:00
parent 25c63bc7f9
commit 19f255111d
3 changed files with 11 additions and 3 deletions
@@ -410,7 +410,7 @@ export const RenderLPACondtionalRadioList = ({
type="radio"
className="govuk-radios__input"
value={options[key]}
validate={[eval(required)]}
// validate={[required]}
/>
<label
className="govuk-label govuk-radios__label"