diff --git a/ui/src/shared/components/TableGraph.tsx b/ui/src/shared/components/TableGraph.tsx index 8bc81a6dd..0785bde2f 100644 --- a/ui/src/shared/components/TableGraph.tsx +++ b/ui/src/shared/components/TableGraph.tsx @@ -85,7 +85,6 @@ interface State { @ErrorHandling class TableGraph extends Component { - private multiGridRef: React.Ref private gridContainer: HTMLDivElement constructor(props) { super(props) @@ -581,7 +580,6 @@ class TableGraph extends Component { } private getMultiGridRef = (r, registerChild) => { - this.multiGridRef = r return registerChild(r) } }