Skip to content

Commit

Permalink
comment layout correction
Browse files Browse the repository at this point in the history
  • Loading branch information
oodarluz committed Jan 10, 2025
1 parent 1432952 commit 16d74c3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ export class ValuesTabModel extends HoistModel {
/** Bound search term for `StoreFilterField` */
@bindable filterText: string = null;

/** Available only when commit on change is false merge
* current filter with pendingValues on commit*/
/*
* Available only when commit on change is false merge
* current filter with pendingValues on commit
*/
@bindable combineCurrentFilters: boolean = false;

/** FieldFilter output by this model. */
Expand Down

0 comments on commit 16d74c3

Please sign in to comment.