diff --git a/src/components/SelectionList/BaseSelectionList.tsx b/src/components/SelectionList/BaseSelectionList.tsx index bbc8615898df..7d8f4c1738c8 100644 --- a/src/components/SelectionList/BaseSelectionList.tsx +++ b/src/components/SelectionList/BaseSelectionList.tsx @@ -97,7 +97,7 @@ function BaseSelectionList( shouldDelayFocus = true, shouldUpdateFocusedIndex = false, onLongPressRow, - shouldShowListEmptyContent = false, + shouldShowListEmptyContent = true, }: BaseSelectionListProps, ref: ForwardedRef, ) {