mirror of
https://github.com/directus/directus.git
synced 2026-01-23 11:07:56 -05:00
fix time series date field allow list (#9143)
This commit is contained in:
@@ -129,7 +129,7 @@ export default definePanel({
|
||||
interface: 'system-field',
|
||||
options: {
|
||||
collectionField: 'collection',
|
||||
typeAllowList: ['date', 'datetime', 'timestamp'],
|
||||
typeAllowList: ['date', 'dateTime', 'timestamp'],
|
||||
},
|
||||
width: 'half',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user