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 <amardeep7194@gmail.com>

* updated snapshots

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
  • Loading branch information
amsiglan authored Apr 19, 2023
1 parent f1be08e commit 9ec5c22
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 9ec5c22

Please sign in to comment.