Merged PR 1531: 15439 removed double click on dropdowns

15439 removed double click on dropdowns

Related work items: #15439
This commit is contained in:
Robert Bond
2025-04-01 15:34:15 +00:00
+1 -1
View File
@@ -145,7 +145,7 @@ const mapStateToProps = (state) => {
formData: state.formData, formData: state.formData,
appealType: state.appealType, appealType: state.appealType,
LPAData: state.LPAData, LPAData: state.LPAData,
form: state.form, //form: state.form,
accountDetails: state.accountDetails, accountDetails: state.accountDetails,
}; };
}; };