diff --git a/.betterer.results b/.betterer.results index 1de60f13bac..c99dd56905e 100644 --- a/.betterer.results +++ b/.betterer.results @@ -933,9 +933,6 @@ exports[`better eslint`] = { [0, 0, 0, "Unexpected any. Specify a different type.", "1"], [0, 0, 0, "Unexpected any. Specify a different type.", "2"] ], - "packages/grafana-ui/src/components/Table/CellActions.tsx:5381": [ - [0, 0, 0, "\'HorizontalGroup\' import from \'../Layout/Layout\' is restricted from being used by a pattern. Use Stack component instead.", "0"] - ], "packages/grafana-ui/src/components/Table/Filter.tsx:5381": [ [0, 0, 0, "Unexpected any. Specify a different type.", "0"] ], diff --git a/packages/grafana-ui/src/components/Table/CellActions.tsx b/packages/grafana-ui/src/components/Table/CellActions.tsx index b8a2dc62d63..22b17628051 100644 --- a/packages/grafana-ui/src/components/Table/CellActions.tsx +++ b/packages/grafana-ui/src/components/Table/CellActions.tsx @@ -2,7 +2,7 @@ import React, { useCallback, useState } from 'react'; import { IconSize } from '../../types/icon'; import { IconButton } from '../IconButton/IconButton'; -import { HorizontalGroup } from '../Layout/Layout'; +import { Stack } from '../Layout/Stack/Stack'; import { TooltipPlacement } from '../Tooltip'; import { TableCellInspectModal } from './TableCellInspectModal'; @@ -49,7 +49,7 @@ export function CellActions({ field, cell, previewMode, showFilters, onCellFilte return ( <>
- + {inspectEnabled && ( )} - +
{isInspecting && (