diff --git a/src/components/SelectionList/BaseSelectionList.tsx b/src/components/SelectionList/BaseSelectionList.tsx index 684c119c6978..7e2322f4ffcb 100644 --- a/src/components/SelectionList/BaseSelectionList.tsx +++ b/src/components/SelectionList/BaseSelectionList.tsx @@ -73,6 +73,7 @@ function BaseSelectionList( onConfirm, headerContent, footerContent, + listFooterContent, footerContentAbovePagination, listEmptyContent, showScrollIndicator = true, @@ -944,7 +945,7 @@ function BaseSelectionList( ListFooterComponent={ <> {footerContentAbovePagination} - {ShowMoreButtonInstance} + {listFooterContent ?? ShowMoreButtonInstance} } onEndReached={onEndReached}