1
0
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:
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) => {