mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TablePanel: Default cell height should be small (#64611)
* TablePanel: Default cell height should be small * Component default
This commit is contained in:
@@ -57,7 +57,7 @@ export const Table = memo((props: Props) => {
|
||||
showTypeIcons,
|
||||
footerValues,
|
||||
enablePagination,
|
||||
cellHeight = TableCellHeight.Md,
|
||||
cellHeight = TableCellHeight.Sm,
|
||||
} = props;
|
||||
|
||||
const listRef = useRef<VariableSizeList>(null);
|
||||
|
||||
Reference in New Issue
Block a user