reps defects
This commit is contained in:
@@ -225,15 +225,13 @@ const RepAgent = (props) => {
|
||||
);
|
||||
};
|
||||
|
||||
const mapStateToProps = (state, props) => {};
|
||||
|
||||
const mapDispatchToProps = (dispatch) => ({
|
||||
updateField: (form, field, newValue) =>
|
||||
dispatch(change(form, field, newValue)),
|
||||
});
|
||||
|
||||
export default connect(
|
||||
mapStateToProps,
|
||||
null,
|
||||
mapDispatchToProps
|
||||
)(
|
||||
reduxForm({
|
||||
|
||||
Reference in New Issue
Block a user