Skip to content

Commit 0bb5a68

Browse files
committed
rm boolean filter
1 parent 8b4c053 commit 0bb5a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchPageHeader/SearchFiltersBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ function SearchFiltersBar({queryJSON, headerButtonsOptions, isMobileSelectionMod
374374
{
375375
label: translate('common.status'),
376376
PopoverComponent: statusComponent,
377-
value: status.map((option) => option.text).filter(Boolean),
377+
value: status.map((option) => option.text),
378378
filterKey: FILTER_KEYS.STATUS,
379379
},
380380
{

0 commit comments

Comments
 (0)