Skip to content

Commit 28d9be0

Browse files
author
Alyar
committed
Fix tests
1 parent 0319c44 commit 28d9be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class AiColumnView extends View {
8181

8282
const column = this.columnsController.getColumnByPath(args.fullName);
8383

84-
if (column.type !== AI_COLUMN_NAME) {
84+
if (column?.type !== AI_COLUMN_NAME) {
8585
return;
8686
}
8787

0 commit comments

Comments
 (0)