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 f91f269 commit 63537edCopy full SHA for 63537ed
packages/devextreme/js/__internal/grids/tree_list/data_source_adapter/m_data_source_adapter.ts
@@ -381,7 +381,7 @@ export class DataSourceAdapterTreeList extends DataSourceAdapter {
381
if (options.operationId !== undefined
382
&& this._lastOperationId !== undefined
383
&& options.operationId !== this._lastOperationId) {
384
- this._dataSource.close(options.operationId); // Cancel the request
+ this._dataSource.cancel(options.operationId); // Cancel the request
385
// @ts-expect-error
386
const rejectedDeferred = new Deferred();
387
rejectedDeferred.reject();
0 commit comments