diff --git a/app/src/panels/time-series/index.ts b/app/src/panels/time-series/index.ts index 8ce3635b54..430626e986 100644 --- a/app/src/panels/time-series/index.ts +++ b/app/src/panels/time-series/index.ts @@ -208,6 +208,7 @@ export default definePanel({ }, options: { allowPrimaryKey: true, + typeAllowList: ['integer', 'bigInteger', 'uuid', 'string'], }, }, ],