Skip to content

Commit

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

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* updated snapshots

Signed-off-by: Amardeepsingh Siglani <[email protected]>

---------

Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored and kavilla committed Apr 19, 2023
1 parent 06d7da8 commit 587bc9f
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 587bc9f

Please sign in to comment.