1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

reset agreements on mount of loan_form

This commit is contained in:
diminator 2015-09-15 13:37:18 +02:00
parent 71f94768d9
commit 06f5b61cad

View File

@ -75,6 +75,7 @@ let LoanForm = React.createClass({
},
getContractAgreementsOrCreatePublic(email){
ContractAgreementListActions.flushContractAgreementList();
if (email) {
ContractAgreementListActions.fetchAvailableContractAgreementList(email).then(
(contractAgreementList) => {