From 50b8a000ffeebbc4a464c33291d36898a8cfc036 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Thu, 8 Apr 2021 13:25:23 -0600 Subject: [PATCH] tslint --- .../public/ui/index_pattern_select/index_pattern_select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx b/src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx index d27110bb81a5d..d9d76ac895db0 100644 --- a/src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx +++ b/src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx @@ -132,7 +132,7 @@ export default class IndexPatternSelect extends Component { - return this.props.fieldTypes.includes(field.type); + return this.props.fieldTypes!.includes(field.type); }); if (!hasRequiredFieldTypes) { continue;