Try any...

This commit is contained in:
Dominik Prokop
2019-07-11 14:41:05 +02:00
parent 74c118f1d1
commit e58e7cb4c5
@@ -29,8 +29,7 @@ export class TableInputCSV extends React.PureComponent<Props, State> {
};
}
// @ts-ignore
readCSV = debounce(() => {
readCSV: any = debounce(() => {
const { config } = this.props;
const { text } = this.state;