Fixes last reported box not appearing on items per term block.

This commit is contained in:
mateuswetah 2021-05-13 11:38:37 -03:00
parent b60ee62161
commit d0489b39f1
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export default {
return this.taxonomiesList && this.taxonomiesList != undefined ? Object.values(this.taxonomiesList) : []; return this.taxonomiesList && this.taxonomiesList != undefined ? Object.values(this.taxonomiesList) : [];
}, },
taxonomyTermsLatestCachedOn() { taxonomyTermsLatestCachedOn() {
return this.reportsLatestCachedOn['taxonomy-terms-' + this.selectedTaxonomy.id]; return this.reportsLatestCachedOn['taxonomy-terms-default-' + this.selectedTaxonomy.id];
}, },
currentTotalTerms() { currentTotalTerms() {
return Array.isArray(this.chartData) ? this.chartData.length : 0 return Array.isArray(this.chartData) ? this.chartData.length : 0