escape spaces and chars for rep filename

This commit is contained in:
2024-05-24 14:17:35 +01:00
parent 63c91de09e
commit c546ea6c04
4 changed files with 89 additions and 75 deletions
@@ -1117,10 +1117,14 @@ let Enforcement_Questionnaire = (props) => {
label={t("myrepresentations:add-files-label")}
ticketnumber={props.props.caseReference}
hint={"sdsd"}
fileList={[]}
fileList={
props.props.props.props.form[
"representationForm"
].values.filesList || []
}
setFilesForRepresentation={[]}
containerID={props.containerID}
filenamePrefix={props}
filenamePrefix={props.props}
/>
</div>
</fieldset>