Skip to content

Commit 16d74c3

Browse files
committedJan 10, 2025
comment layout correction
1 parent 1432952 commit 16d74c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ export class ValuesTabModel extends HoistModel {
2626
/** Bound search term for `StoreFilterField` */
2727
@bindable filterText: string = null;
2828

29-
/** Available only when commit on change is false merge
30-
* current filter with pendingValues on commit*/
29+
/*
30+
* Available only when commit on change is false merge
31+
* current filter with pendingValues on commit
32+
*/
3133
@bindable combineCurrentFilters: boolean = false;
3234

3335
/** FieldFilter output by this model. */

0 commit comments

Comments
 (0)