update url address when changing the settings on the statistics analysis page
This commit is contained in:
@@ -365,7 +365,7 @@ export default {
|
||||
created() {
|
||||
const self = this;
|
||||
|
||||
self.statisticsStore.initTransactionStatisticsFilter();
|
||||
self.statisticsStore.initTransactionStatisticsFilter(statisticsConstants.allAnalysisTypes.CategoricalAnalysis);
|
||||
|
||||
Promise.all([
|
||||
self.accountsStore.loadAllAccounts({ force: false }),
|
||||
|
||||
Reference in New Issue
Block a user