mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-27 16:02:27 -05:00
AccountRegister.js: Update transactions on successful import
This commit is contained in:
parent
443356caec
commit
330b124902
@ -782,6 +782,7 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
handleImportComplete: function() {
|
handleImportComplete: function() {
|
||||||
this.setState({importingTransactions: false});
|
this.setState({importingTransactions: false});
|
||||||
|
this.getTransactionPage(this.props.selectedAccount, this.state.currentPage);
|
||||||
},
|
},
|
||||||
handleDeleteTransaction: function(transaction) {
|
handleDeleteTransaction: function(transaction) {
|
||||||
this.setState({
|
this.setState({
|
||||||
|
Loading…
Reference in New Issue
Block a user