From 3ae5cf71a253742299f8700c54eab2b8a3b0632f Mon Sep 17 00:00:00 2001 From: fmassot Date: Mon, 22 Jan 2024 18:52:10 +0100 Subject: [PATCH] Add missing param for aggregations. --- .../SettingsEditor/TermsSettingsEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} /> - */} + ); };