From fffad1808f809b4753eaaf63adc10293c4942051 Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Fri, 2 Dec 2022 12:52:04 -0600 Subject: [PATCH] Remove additional context subheader text --- .../MetricConfiguration/ContextConfiguration.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/publisher/src/components/MetricConfiguration/ContextConfiguration.tsx b/publisher/src/components/MetricConfiguration/ContextConfiguration.tsx index 2dcc7fd1f..f2d28e3bc 100644 --- a/publisher/src/components/MetricConfiguration/ContextConfiguration.tsx +++ b/publisher/src/components/MetricConfiguration/ContextConfiguration.tsx @@ -27,7 +27,6 @@ import { BinaryRadioGroupQuestion, TextInput, } from "../Forms"; -import { REPORTS_LOWERCASE2 } from "../Global/constants"; import { getActiveSystemMetricKey, useSettingsSearchParams } from "../Settings"; import { Label, @@ -36,7 +35,6 @@ import { MetricContextItem, MultipleChoiceWrapper, RadioButtonGroupWrapper, - Subheader, } from "."; export const ContextConfiguration: React.FC = observer(() => { @@ -56,11 +54,6 @@ export const ContextConfiguration: React.FC = observer(() => { return ( Context - - Anything entered here will appear as the default value for all{" "} - {REPORTS_LOWERCASE2}. If you are entering data for a particular month, - you can still replace this as necessary. - {activeContextKeys.map((contextKey) => { const currentContext = contexts[systemMetricKey][contextKey];