Skip to content

Commit c317853

Browse files
committed
Restore lost h3 elements
1 parent 394fbeb commit c317853

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

x-pack/legacy/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_indices_form.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ export const AnalysisSetupIndicesForm: React.FunctionComponent<{
5959
<EuiDescribedFormGroup
6060
idAria="indices"
6161
title={
62-
<FormattedMessage
63-
id="xpack.infra.analysisSetup.indicesSelectionTitle"
64-
defaultMessage="Choose indices"
65-
/>
62+
<h3>
63+
<FormattedMessage
64+
id="xpack.infra.analysisSetup.indicesSelectionTitle"
65+
defaultMessage="Choose indices"
66+
/>
67+
</h3>
6668
}
6769
description={
6870
<FormattedMessage

x-pack/legacy/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_timerange_form.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ export const AnalysisSetupTimerangeForm: React.FunctionComponent<{
6363
<EuiDescribedFormGroup
6464
idAria="timeRange"
6565
title={
66-
<FormattedMessage
67-
id="xpack.infra.analysisSetup.timeRangeTitle"
68-
defaultMessage="Choose a time range"
69-
/>
66+
<h3>
67+
<FormattedMessage
68+
id="xpack.infra.analysisSetup.timeRangeTitle"
69+
defaultMessage="Choose a time range"
70+
/>
71+
</h3>
7072
}
7173
description={
7274
<FormattedMessage

0 commit comments

Comments
 (0)