mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
changes
This commit is contained in:
@@ -135,7 +135,9 @@ class QueryTablesTabComponent extends Component<IQueryTablesTabComponentProps, I
|
||||
"🚀 ~ file: QueryTablesTabComponent.tsx ~ line 85 ~ QueryTablesTabComponent ~ constructor ~ this.state",
|
||||
this.state,
|
||||
", ",
|
||||
this.state.queryViewModel.queryBuilderViewModel().andLabel
|
||||
this.state.queryViewModel.queryBuilderViewModel().andLabel,
|
||||
", ",
|
||||
this.state.queryViewModel.queryBuilderViewModel().clauseArray()
|
||||
);
|
||||
|
||||
this.andLabel = this.state.queryViewModel.queryBuilderViewModel().andLabel;
|
||||
|
||||
Reference in New Issue
Block a user