From ce0d53fd2dbba2c05cc8aac45c15b15cbb1bbab8 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Thu, 9 Jun 2022 20:04:11 +0800 Subject: [PATCH] make UUID/manual primary key selectable with count (#13799) --- app/src/panels/time-series/index.ts | 1 + 1 file changed, 1 insertion(+) 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'], }, }, ],