fix time series date field allow list (#9143)

This commit is contained in:
Azri Kahar
2021-10-26 21:27:52 +08:00
committed by GitHub
parent 01e091e27f
commit 5c79e880bd

View File

@@ -129,7 +129,7 @@ export default definePanel({
interface: 'system-field',
options: {
collectionField: 'collection',
typeAllowList: ['date', 'datetime', 'timestamp'],
typeAllowList: ['date', 'dateTime', 'timestamp'],
},
width: 'half',
},