mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix: add datetime as a date identifier (#29537)
This commit is contained in:
parent
c54d60061b
commit
006cd31007
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export function normalizeType(type) {
|
|||
'token_count',
|
||||
'_version',
|
||||
],
|
||||
date: ['date'],
|
||||
date: ['date', 'datetime'],
|
||||
boolean: ['boolean'],
|
||||
null: ['null'],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue