Fixes last reported box not appearing on items per term block.
This commit is contained in:
parent
b60ee62161
commit
d0489b39f1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue