mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-14 05:58:37 -04:00
AccountRegister.js: Update transactions on successful import
This commit is contained in:
@ -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({
|
||||||
|
Reference in New Issue
Block a user