From 5c79e880bd2decdbf86754697de30e800b80bd16 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Tue, 26 Oct 2021 21:27:52 +0800 Subject: [PATCH] fix time series date field allow list (#9143) --- app/src/panels/time-series/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/panels/time-series/index.ts b/app/src/panels/time-series/index.ts index 3c3db2e618..e36c6f25eb 100644 --- a/app/src/panels/time-series/index.ts +++ b/app/src/panels/time-series/index.ts @@ -129,7 +129,7 @@ export default definePanel({ interface: 'system-field', options: { collectionField: 'collection', - typeAllowList: ['date', 'datetime', 'timestamp'], + typeAllowList: ['date', 'dateTime', 'timestamp'], }, width: 'half', },