Makes isLoading state not more dependent of items list on facets
This commit is contained in:
parent
d23f153570
commit
5532a07bd2
|
@ -49,6 +49,7 @@ export const dynamicFilterTypeMixin = {
|
||||||
watch: {
|
watch: {
|
||||||
isLoadingItems: {
|
isLoadingItems: {
|
||||||
handler() {
|
handler() {
|
||||||
|
if (this.isUsingElasticSearch )
|
||||||
this.isLoadingOptions = this.isLoadingItems;
|
this.isLoadingOptions = this.isLoadingItems;
|
||||||
},
|
},
|
||||||
immediate: true
|
immediate: true
|
||||||
|
|
Loading…
Reference in New Issue