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