Skip to content

Commit 88f6d21

Browse files
committed
Remove unused properties
1 parent b6cf6bc commit 88f6d21

File tree

2 files changed

+0
-4
lines changed
  • apps/demos/Demos

2 files changed

+0
-4
lines changed

apps/demos/Demos/DataGrid/AIColumn/jQuery/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ $(() => {
175175
ai: {
176176
prompt: 'Identify the country where this vehicle model is originally manufactured or developed, based on its brand, model, and specifications. Respond with the country name and the country flag icon.',
177177
mode: 'auto',
178-
showHeaderMenu: true,
179-
noDataText: 'No data',
180-
emptyText: 'Unknown',
181178
},
182179
width: 200,
183180
fixed: true,

apps/demos/Demos/TreeList/AIColumn/jQuery/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ $(() => {
213213
ai: {
214214
prompt: 'Identify the country where this vehicle model is originally manufactured or developed, based on its brand, model, and specifications. Respond with the country name and the country flag icon.',
215215
mode: 'auto',
216-
showHeaderMenu: true,
217216
},
218217
width: 200,
219218
fixed: true,

0 commit comments

Comments
 (0)