mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge pull request #419 from rashidkpc/fix/empty-range
Exclude strings and dates from range add. Closes #418
This commit is contained in:
commit
6381eb6247
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ define(function (require) {
|
|||
params: [
|
||||
{
|
||||
name: 'field',
|
||||
filterFieldTypes: ['number', 'date', 'string']
|
||||
filterFieldTypes: ['number']
|
||||
},
|
||||
{
|
||||
name: 'ranges',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue