Skip to content

Commit

Permalink
Fix prompt mock
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Nov 21, 2024
1 parent 1ee4fc9 commit 9f62076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-data-grid-generator/src/constants/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const mockPrompts = new Map<string, PromptResponse>([
},
],
[
'show people from the EU',
'show people from the eu',
{
select: -1,
filters: [
Expand Down

0 comments on commit 9f62076

Please sign in to comment.