Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Aug 19, 2024
1 parent 333af07 commit 6603205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import React, { useMemo, useState } from "react";
import { RouteComponentProps } from "react-router-dom";
import { EuiButton, EuiContextMenu } from "@elastic/eui";
import { EuiSmallButton, EuiContextMenu } from "@elastic/eui";
import SimplePopover from "../../../../components/SimplePopover";
import ClearCacheModal from "../../../../containers/ClearCacheModal";
import FlushIndexModal from "../../../../containers/FlushIndexModal";
Expand Down Expand Up @@ -52,9 +52,9 @@ export default function DataStreamsActions(props: DataStreamsActionsProps) {
data-test-subj="moreAction"
panelPaddingSize="none"
button={
<EuiButton iconType="arrowDown" iconSide="right">
<EuiSmallButton iconType="arrowDown" iconSide="right">
Actions
</EuiButton>
</EuiSmallButton>
}
>
<EuiContextMenu
Expand Down
3 changes: 0 additions & 3 deletions public/pages/Rollups/containers/Rollups/Rollups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
EuiTableSelectionType,
EuiFlexItem,
EuiCompressedFieldSearch,
EuiPagination,
EuiFlexGroup,
EuiPanel,
EuiTitle,
Expand All @@ -34,9 +33,7 @@ import {
EuiTextColor,
EuiLink,
EuiTableFieldDataColumnType,
EuiInMemoryTable,
EuiButtonIcon,
EuiCompressedFieldSearch,
} from "@elastic/eui";
import { RollupService } from "../../../../services";
import RollupEmptyPrompt from "../../components/RollupEmptyPrompt";
Expand Down

0 comments on commit 6603205

Please sign in to comment.