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.
1 parent c8cad3d commit 2f87411Copy full SHA for 2f87411
packages/cubejs-playground/src/QueryBuilderV2/QueryBuilderExtras.tsx
@@ -53,7 +53,7 @@ const LIMIT_OPTIONS: { key: number; label: string }[] = [
53
{ key: 1000, label: '1,000' },
54
{ key: 5000, label: '5,000 (Default)' },
55
{ key: 50000, label: '50,000 (Max)' },
56
-] as const;
+];
57
const LIMIT_OPTION_VALUES = LIMIT_OPTIONS.map((option) => option.key) as number[];
58
59
function timezoneByName(name: string) {
0 commit comments