Skip to content

Commit 0b92d08

Browse files
kwapikGurinderRawala
authored andcommitted
Fix table panel (#75)
1 parent 2fd0c99 commit 0b92d08

File tree

1 file changed

+0
-1
lines changed
  • packages/grafana-ui/src/components/Table

1 file changed

+0
-1
lines changed

packages/grafana-ui/src/components/Table/Table.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export const Table = memo((props: Props) => {
6767
const tableStyles = useTableStyles(theme, cellHeight);
6868
const headerHeight = noHeader ? 0 : tableStyles.rowHeight;
6969
const [footerItems, setFooterItems] = useState<FooterItem[] | undefined>(footerValues);
70-
const noValuesDisplayText = fieldConfig?.defaults?.noValue ?? NO_DATA_TEXT;
7170

7271
const footerHeight = useMemo(() => {
7372
const EXTENDED_ROW_HEIGHT = FOOTER_ROW_HEIGHT;

0 commit comments

Comments
 (0)