Skip to content

Commit eeebfec

Browse files
committed
Fixed merge conflict
Signed-off-by: Dan Dong <danieldong51@gmail.com>
1 parent a64e770 commit eeebfec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

public/pages/DetectorDetail/containers/DetectorDetail.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
EuiText,
2222
EuiCompressedFieldText,
2323
EuiLoadingSpinner,
24-
EuiSmallButton,
2524
} from '@elastic/eui';
2625
import { CoreStart, MountPoint } from '../../../../../../src/core/public';
2726
import { CoreServicesContext } from '../../../components/CoreServices/CoreServices';
@@ -443,9 +442,9 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
443442
} else {
444443
return (
445444
<EuiFlexItem grow={false}>
446-
<EuiTitle size="l" data-test-subj="detectorNameHeader">
445+
<EuiText size="s" data-test-subj="detectorNameHeader">
447446
<h1>{detector && detector.name}</h1>
448-
</EuiTitle>
447+
</EuiText>
449448
</EuiFlexItem>
450449
);
451450
}

0 commit comments

Comments
 (0)