diff --git a/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx b/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx index 791db5b86..f088ab149 100644 --- a/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx +++ b/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx @@ -55,6 +55,7 @@ interface IQueryTablesTabComponentStates { addEntityButton: Button; editEntityButton: Button; deleteEntityButton: Button; + isHelperActive: boolean; } class QueryTablesTabComponent extends Component { @@ -75,6 +76,13 @@ class QueryTablesTabComponent extends Component -
-
-
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - -
-
-
-
- - Add new clause - - + {this.state.queryViewModel.isHelperActive() && ( +
+
+
+ + + + + + + + + + + + + + +
+ {this.actionLabel} + + + + {this.andLabel} + + {this.fieldLabel} + + {this.dataTypeLabel} + + {this.operatorLabel} + + {this.valueLabel} +
+
+
+
+ + Add new clause + + +
-
+ )}