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