Skip to content

Commit

Permalink
Fixed merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <danieldong51@gmail.com>
  • Loading branch information
danieldong51 committed Aug 21, 2024
1 parent a64e770 commit eeebfec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/pages/DetectorDetail/containers/DetectorDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
EuiText,
EuiCompressedFieldText,
EuiLoadingSpinner,
EuiSmallButton,
} from '@elastic/eui';
import { CoreStart, MountPoint } from '../../../../../../src/core/public';
import { CoreServicesContext } from '../../../components/CoreServices/CoreServices';
Expand Down Expand Up @@ -443,9 +442,9 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
} else {
return (
<EuiFlexItem grow={false}>
<EuiTitle size="l" data-test-subj="detectorNameHeader">
<EuiText size="s" data-test-subj="detectorNameHeader">
<h1>{detector && detector.name}</h1>
</EuiTitle>
</EuiText>
</EuiFlexItem>
);
}
Expand Down

0 comments on commit eeebfec

Please sign in to comment.