Skip to content

Commit e839029

Browse files
committed
pass missing isSearchable
1 parent b4ef429 commit e839029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/FilterDropdowns/MultiSelectPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function MultiSelectPopup<T extends string>({label, loading, value, items, close
121121
resetSentryLabel={CONST.SENTRY_LABEL.SEARCH.FILTER_POPUP_RESET_MULTI_SELECT}
122122
applySentryLabel={CONST.SENTRY_LABEL.SEARCH.FILTER_POPUP_APPLY_MULTI_SELECT}
123123
>
124-
<View style={[styles.getSelectionListPopoverHeight({itemCount: listData.length || 1, windowHeight, isInLandscapeMode, hasTitle})]}>
124+
<View style={[styles.getSelectionListPopoverHeight({itemCount: listData.length || 1, windowHeight, isInLandscapeMode, hasTitle, isSearchable})]}>
125125
{!!loading && (
126126
<View style={[styles.flex1, styles.justifyContentCenter, styles.alignItemsCenter]}>
127127
<ActivityIndicator

0 commit comments

Comments
 (0)