questionnaire defect 48 continued
This commit is contained in:
@@ -352,7 +352,6 @@ const RepCompleteSubmit = (props) => {
|
||||
</dt>
|
||||
|
||||
<dd className="govuk-summary-list__value">
|
||||
wwww
|
||||
<span
|
||||
className="multiline-elipsis"
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -410,7 +410,7 @@ export const RenderLPACondtionalRadioList = ({
|
||||
className="govuk-hint govuk-!-font-size-14"
|
||||
id={id + "-hint"}
|
||||
>
|
||||
{t(custom.hint)}
|
||||
{custom.hint}
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -1046,7 +1046,6 @@ export const RenderFileUpload = (field) => {
|
||||
|
||||
// Handle accepted files (clear error message when files are accepted)
|
||||
const handleDropAccepted = () => {
|
||||
setErrorMessage(null); // Clear any previous error messages when files are accepted
|
||||
setRejectedFiles([]); // Clear any previously rejected file errorsss
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user