There was an error while loading. Please reload this page.
1 parent 74ebe87 commit 440bf81Copy full SHA for 440bf81
1 file changed
packages/devextreme/js/__internal/grids/grid_core/data_source_adapter/custom_loader.ts
@@ -61,7 +61,7 @@ export class CustomLoader {
61
62
this._isLoadingAll = options.isLoadingAll ?? false;
63
64
- this.schedulerLoadingCallbacks(d);
+ this.scheduleLoadingCallbacks(d);
65
dataSource._scheduleLoadCallbacks(d);
66
67
this.customizeStoreLoadOptions(operation);
@@ -162,7 +162,7 @@ export class CustomLoader {
162
return d;
163
}
164
165
- private schedulerLoadingCallbacks(deferred: DeferredObj<unknown>): void {
+ private scheduleLoadingCallbacks(deferred: DeferredObj<unknown>): void {
166
this._isLoading = true;
167
168
deferred.always(() => {
0 commit comments