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, query: Object,
isRepositoryLevel: Boolean, isRepositoryLevel: Boolean,
open: true, open: true,
isLoadingItems: true, isLoadingItems: false,
}, },
data() { data() {
return { return {

View File

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