Skip to content

Commit 47414aa

Browse files
author
Alyar
committed
small code refactoring
1 parent fbb1a7f commit 47414aa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/devextreme/js/__internal/grids/grid_core/ai_column/m_ai_column_controller.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unused-vars */
21
import type { GenerateGridColumnCommandResult, RequestCallbacks } from '@js/common/ai-integration';
32
import type { Callback } from '@js/core/utils/callbacks';
43

@@ -81,14 +80,6 @@ export class AIColumnController extends Controller {
8180
this.addAICommandColumn();
8281
}
8382

84-
private showResults(
85-
columnName: string,
86-
result: string,
87-
cachedData: Record<PropertyKey, string>,
88-
): void {
89-
// Update the results in the UI or internal state
90-
}
91-
9283
public getAIColumns(): Column[] {
9384
return this.columnsController.getColumns().filter((col) => col.type === 'ai') as Column[];
9485
}

0 commit comments

Comments
 (0)