1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-28 15:00:04 -04:00

AccountRegister.js: Update transactions on successful import

This commit is contained in:
Aaron Lindsay 2016-02-17 05:52:56 -05:00
parent 443356caec
commit 330b124902

View File

@ -782,6 +782,7 @@ module.exports = React.createClass({
},
handleImportComplete: function() {
this.setState({importingTransactions: false});
this.getTransactionPage(this.props.selectedAccount, this.state.currentPage);
},
handleDeleteTransaction: function(transaction) {
this.setState({