You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a bug where the page size selector would disappear when
the page size selected was greate than the total number of
results being paginated. Specifically, this happens when the
hideOnSinglePage prop is used on the AntD Pagination component.
It's not clear if this is intended functionality or if it is
a bug.
To fix, the setting of this prop has been removed in the
wrapper component.
Epic: CC-31904
Release note: None
0 commit comments