Skip to content

Commit f80a58b

Browse files
committed
add comment with reference to issue for lint issue
1 parent 6682418 commit f80a58b

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section

1 file changed

+2
-0
lines changed

x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const AlertDetailsAppSection = ({ rule, alert }: AlertDetailsAppSectionProps) =>
9393
<EuiSpacer size="s" />
9494
<Threshold
9595
title={`Threshold breached`}
96+
// @ts-expect-error this chart needs to be migrated to the new chart theming system, comment should be removed once https://github.com/elastic/kibana/issues/202138 is resolved
9697
chartProps={{ theme, baseTheme: LEGACY_LIGHT_THEME }}
9798
comparator={ComparatorToi18nSymbolsMap[rule.params.count.comparator]}
9899
id={'threshold-ratio-chart'}
@@ -160,6 +161,7 @@ const AlertDetailsAppSection = ({ rule, alert }: AlertDetailsAppSectionProps) =>
160161
<EuiSpacer size="s" />
161162
<Threshold
162163
title={`Threshold breached`}
164+
// @ts-expect-error this chart needs to be migrated to the new chart theming system, comment should be removed once https://github.com/elastic/kibana/issues/202138 is resolved
163165
chartProps={{ theme, baseTheme: LEGACY_LIGHT_THEME }}
164166
comparator={ComparatorToi18nSymbolsMap[rule.params.count.comparator]}
165167
id="logCountThreshold"

0 commit comments

Comments
 (0)