diff --git a/src/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.tsx b/src/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.tsx index 72c0f33..5829a54 100644 --- a/src/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.tsx +++ b/src/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.tsx @@ -78,7 +78,7 @@ export const TermsSettingsEditor = ({ bucketAgg }: Props) => { /> - {/* + @@ -86,7 +86,7 @@ export const TermsSettingsEditor = ({ bucketAgg }: Props) => { } defaultValue={bucketAgg.settings?.missing || bucketAggregationConfig.terms.defaultSettings?.missing} /> - */} + ); };