From e58e7cb4c5b6cc870b0f2113b7b4a7f8212d2e3e Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Thu, 11 Jul 2019 14:41:05 +0200 Subject: [PATCH] Try any... --- packages/grafana-ui/src/components/Table/TableInputCSV.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;