fixed eslint and compilation issue

This commit is contained in:
sunilyadav840
2021-08-09 19:33:46 +05:30
parent 91d86dd271
commit e1d32bde36
9 changed files with 24 additions and 31 deletions

View File

@@ -446,7 +446,7 @@ class QueryTablesTabComponent extends Component<IQueryTablesTabComponentProps, I
//eslint-disable-next-line
const items: any[] = [];
//eslint-disable-next-line
let obj: any = undefined;
let obj: any;
documents.map((item) => {
this.columns.map((col) => {
if (item[col.name]) {