mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
fixed eslint and compilation issue
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user