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){
|
getContractAgreementsOrCreatePublic(email){
|
||||||
|
ContractAgreementListActions.flushContractAgreementList();
|
||||||
if (email) {
|
if (email) {
|
||||||
ContractAgreementListActions.fetchAvailableContractAgreementList(email).then(
|
ContractAgreementListActions.fetchAvailableContractAgreementList(email).then(
|
||||||
(contractAgreementList) => {
|
(contractAgreementList) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user