We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1432952 commit 16d74c3Copy full SHA for 16d74c3
desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts
@@ -26,8 +26,10 @@ export class ValuesTabModel extends HoistModel {
26
/** Bound search term for `StoreFilterField` */
27
@bindable filterText: string = null;
28
29
- /** Available only when commit on change is false merge
30
- * current filter with pendingValues on commit*/
+ /*
+ * Available only when commit on change is false merge
31
+ * current filter with pendingValues on commit
32
+ */
33
@bindable combineCurrentFilters: boolean = false;
34
35
/** FieldFilter output by this model. */
0 commit comments