Skip to content

Commit

Permalink
Removed duplicate import for EuiSpacer (#538) (#540)
Browse files Browse the repository at this point in the history
* removed duplicate import



* updated snapshots



---------

Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored Apr 19, 2023
1 parent 06d7da8 commit f5d39e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2324,6 +2324,13 @@ exports[`<DetectorDetails /> spec renders the component 1`] = `
className="euiSpacer euiSpacer--m"
/>
</EuiSpacer>
<EuiSpacer
size="m"
>
<div
className="euiSpacer euiSpacer--m"
/>
</EuiSpacer>
<DetectorRulesView
detector={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { DetectorRulesView } from '../../components/DetectorRulesView/DetectorRu
import { RuleItem } from '../../../CreateDetector/components/DefineDetector/components/DetectionRules/types/interfaces';
import { NotificationsStart } from 'opensearch-dashboards/public';
import { Detector } from '../../../../../types';
import { EuiSpacer } from '@elastic/eui';

export interface DetectorDetailsViewProps {
detector: Detector;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,13 @@ exports[`<DetectorDetailsView /> spec renders the component 1`] = `
className="euiSpacer euiSpacer--m"
/>
</EuiSpacer>
<EuiSpacer
size="m"
>
<div
className="euiSpacer euiSpacer--m"
/>
</EuiSpacer>
<DetectorRulesView
detector={
Object {
Expand Down

0 comments on commit f5d39e0

Please sign in to comment.