Begins isLoadingItems variable false in any case.
This commit is contained in:
parent
da4014f7ed
commit
0b5684ea0c
|
@ -55,7 +55,7 @@
|
|||
query: Object,
|
||||
isRepositoryLevel: Boolean,
|
||||
open: true,
|
||||
isLoadingItems: true,
|
||||
isLoadingItems: false,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
@ -291,7 +291,7 @@
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
isLoadingItems: true,
|
||||
isLoadingItems: false,
|
||||
isLoadingFilters: false,
|
||||
collapseAll: false,
|
||||
taxonomyFiltersCollectionNames: {},
|
||||
|
|
Loading…
Reference in New Issue