From 16d74c321d4b5111d05759c37bcba301708e9873 Mon Sep 17 00:00:00 2001 From: otito Date: Fri, 10 Jan 2025 09:22:08 -0500 Subject: [PATCH] comment layout correction --- .../grid/impl/filter/headerfilter/values/ValuesTabModel.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts b/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts index 97dabfc51..ddfbd5f25 100644 --- a/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts +++ b/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts @@ -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. */