We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd0c99 commit 0b92d08Copy full SHA for 0b92d08
packages/grafana-ui/src/components/Table/Table.tsx
@@ -67,7 +67,6 @@ export const Table = memo((props: Props) => {
67
const tableStyles = useTableStyles(theme, cellHeight);
68
const headerHeight = noHeader ? 0 : tableStyles.rowHeight;
69
const [footerItems, setFooterItems] = useState<FooterItem[] | undefined>(footerValues);
70
- const noValuesDisplayText = fieldConfig?.defaults?.noValue ?? NO_DATA_TEXT;
71
72
const footerHeight = useMemo(() => {
73
const EXTENDED_ROW_HEIGHT = FOOTER_ROW_HEIGHT;
0 commit comments