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.
2 parents f3568d3 + 5f2d993 commit 3d5ad48Copy full SHA for 3d5ad48
1 file changed
packages/devextreme/js/__internal/grids/grid_core/ai_assistant/commands/selection.ts
@@ -44,7 +44,7 @@ export const selectByKeysCommand = defineGridCommand({
44
});
45
46
const selectByIndexesCommandSchema = z.object({
47
- indexes: z.array(z.number().int().positive()).min(1),
+ indexes: z.array(z.number().int().min(1)).min(1),
48
}).strict();
49
50
export const selectByIndexesCommand = defineGridCommand({
0 commit comments