mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-02 14:33:52 +01:00
changes
This commit is contained in:
parent
27cc1337ef
commit
079593cec4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user