Skip to content

Commit

Permalink
fix: transfer pagination disabled (#26009)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 4, 2020
1 parent 93d8d66 commit 7acb6d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/transfer/ListBody.tsx
Expand Up @@ -114,6 +114,7 @@ class ListBody extends React.Component<TransferListBodyProps, TransferListBodySt
paginationNode = (
<Pagination
simple
disabled={globalDisabled}
className={`${prefixCls}-pagination`}
total={filteredRenderItems.length}
pageSize={mergedPagination.pageSize}
Expand Down

0 comments on commit 7acb6d1

Please sign in to comment.