diff --git a/packages/grafana-ui/src/components/Table/TableInputCSV.tsx b/packages/grafana-ui/src/components/Table/TableInputCSV.tsx index a7d5afdc621..ab8e2ab5c5e 100644 --- a/packages/grafana-ui/src/components/Table/TableInputCSV.tsx +++ b/packages/grafana-ui/src/components/Table/TableInputCSV.tsx @@ -29,6 +29,7 @@ export class TableInputCSV extends React.PureComponent { }; } + // @ts-ignore readCSV = debounce(() => { const { config } = this.props; const { text } = this.state;