Begins isLoadingItems variable false in any case.

This commit is contained in:
mateuswetah 2020-06-15 15:31:50 -03:00
parent da4014f7ed
commit 0b5684ea0c
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
query: Object,
isRepositoryLevel: Boolean,
open: true,
isLoadingItems: true,
isLoadingItems: false,
},
data() {
return {

View File

@ -291,7 +291,7 @@
},
data() {
return {
isLoadingItems: true,
isLoadingItems: false,
isLoadingFilters: false,
collapseAll: false,
taxonomyFiltersCollectionNames: {},