diff --git a/src/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.tsx b/src/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.tsx index 82b9111..e7317da 100644 --- a/src/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.tsx +++ b/src/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.tsx @@ -7,7 +7,7 @@ import { extendedStats } from '../../../../queryDef'; import { MetricAggregation, ExtendedStat } from '../../../../types'; import { useQuery } from '../../ElasticsearchQueryContext'; import { SettingsEditorContainer } from '../../SettingsEditorContainer'; -import { isMetricAggregationWithInlineScript, isMetricAggregationWithMissingSupport } from '../aggregations'; +import { isMetricAggregationWithMissingSupport } from '../aggregations'; import { changeMetricMeta, changeMetricSetting } from '../state/actions'; import { metricAggregationConfig } from '../utils'; @@ -152,10 +152,6 @@ export const SettingsEditor = ({ metric, previousMetrics }: Props) => { )} - {isMetricAggregationWithInlineScript(metric) && ( - - )} - {isMetricAggregationWithMissingSupport(metric) && (