import { resetSection } from 'redux-form';
deleteTrusteePayer = () => {
const { resetFormSection } = this.props;
resetFormSection(REQUISITES_TRANSFER_FORM_NAME, REQUISITES_TRANSFER_FORM_SECTION);
this.hideTrusteePayer();
}
const mapDispatchToProps = {
resetFormSection: resetSection,
};