Skip to content

Commit 923896b

Browse files
committed
skip columns filter
1 parent b31fcf6 commit 923896b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Search/SearchPageHeader/useSearchFiltersBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const SKIPPED_FILTERS = new Set<SearchAdvancedFiltersKey>([
6060
FILTER_KEYS.VIEW,
6161
FILTER_KEYS.PAYER,
6262
FILTER_KEYS.ACTION,
63+
FILTER_KEYS.COLUMNS,
6364
]);
6465

6566
function getFilterSentryLabel(filterKey: SearchAdvancedFiltersKey | SearchFilterKey | ReportFieldKey) {

0 commit comments

Comments
 (0)