uploading files to reps

This commit is contained in:
2024-06-05 19:52:31 +01:00
parent 300a45ee0f
commit 87672a14b9
5 changed files with 86 additions and 48 deletions
@@ -1013,7 +1013,7 @@ let S78_Questionnaire = (props) => {
export default S78_Questionnaire;
// const selector = formValueSelector("representationForm"); //<-- same as form name
//const selector = formValueSelector("representationForm"); //<-- same as form name
// S78_Questionnaire = connect((state) => {
// const representationTypeValue = selector(state, "representationType");
@@ -1025,7 +1025,7 @@ export default S78_Questionnaire;
// };
// })(S78_Questionnaire);
// const mapStateToProps = (state, props) => {
//const mapStateToProps = (state, props) => {
// console.log();
// return {
// search: state.search,