Skip to content

Commit

Permalink
Merge pull request #47696 from Krishna2323/krishna2323/issue/47525_PR2
Browse files Browse the repository at this point in the history
fix: List empty content does not render.
  • Loading branch information
yuwenmemon authored Aug 21, 2024
2 parents 9e92f6f + 7b38523 commit dc7b3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/BaseSelectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function BaseSelectionList<TItem extends ListItem>(
shouldDelayFocus = true,
shouldUpdateFocusedIndex = false,
onLongPressRow,
shouldShowListEmptyContent = false,
shouldShowListEmptyContent = true,
}: BaseSelectionListProps<TItem>,
ref: ForwardedRef<SelectionListHandle>,
) {
Expand Down

0 comments on commit dc7b3de

Please sign in to comment.