From 330b124902da8f96e20cfe4c0dbde4587181c5e2 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Wed, 17 Feb 2016 05:52:56 -0500 Subject: [PATCH] AccountRegister.js: Update transactions on successful import --- js/AccountRegister.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/AccountRegister.js b/js/AccountRegister.js index 9120ee5..1496ade 100644 --- a/js/AccountRegister.js +++ b/js/AccountRegister.js @@ -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({