mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
reset agreements on mount of loan_form
This commit is contained in:
parent
71f94768d9
commit
06f5b61cad
@ -75,6 +75,7 @@ let LoanForm = React.createClass({
|
||||
},
|
||||
|
||||
getContractAgreementsOrCreatePublic(email){
|
||||
ContractAgreementListActions.flushContractAgreementList();
|
||||
if (email) {
|
||||
ContractAgreementListActions.fetchAvailableContractAgreementList(email).then(
|
||||
(contractAgreementList) => {
|
||||
|
Loading…
Reference in New Issue
Block a user