We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ac3a commit 6b3120aCopy full SHA for 6b3120a
packages/pluggableWidgets/gallery-web/src/stores/GalleryStore.ts
@@ -96,11 +96,7 @@ export class GalleryStore extends SetupHost {
96
host: this._sortHost
97
};
98
99
- this.loaderCtrl = new DerivedLoaderController({
100
- showSilentRefresh: spec.refreshInterval > 1,
101
- refreshIndicator: spec.refreshIndicator,
102
- query: this._query
103
- });
+ this.loaderCtrl = new DerivedLoaderController(this._query, spec.refreshIndicator, spec.refreshInterval > 1);
104
105
const useStorage = spec.storeFilters || spec.storeSort;
106
if (useStorage) {
0 commit comments