Skip to content

Commit 2f87411

Browse files
authored
Update QueryBuilderExtras.tsx
1 parent c8cad3d commit 2f87411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-playground/src/QueryBuilderV2/QueryBuilderExtras.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const LIMIT_OPTIONS: { key: number; label: string }[] = [
5353
{ key: 1000, label: '1,000' },
5454
{ key: 5000, label: '5,000 (Default)' },
5555
{ key: 50000, label: '50,000 (Max)' },
56-
] as const;
56+
];
5757
const LIMIT_OPTION_VALUES = LIMIT_OPTIONS.map((option) => option.key) as number[];
5858

5959
function timezoneByName(name: string) {

0 commit comments

Comments
 (0)