temporarily add tsignore

This commit is contained in:
Dominik Prokop
2019-07-11 14:08:42 +02:00
parent ecac5d6931
commit 31d619c7de
@@ -29,6 +29,7 @@ export class TableInputCSV extends React.PureComponent<Props, State> {
};
}
// @ts-ignore
readCSV = debounce(() => {
const { config } = this.props;
const { text } = this.state;