Skip to content

Commit

Permalink
add schema back in for histogram label
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Oct 5, 2020
1 parent be28b15 commit e0dbfbe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export const getDataGridSchemasFromFieldTypes = (fieldTypes: FieldTypes, results
case 'geo_point':
schema = 'json';
break;
case 'boolean':
schema = 'boolean';
break;
case 'text':
schema = NON_AGGREGATABLE;
}
Expand Down

0 comments on commit e0dbfbe

Please sign in to comment.