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', },