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
145561: ui: fix pagination page size selector r=kyle-a-wong a=kyle-a-wong
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
Co-authored-by: Kyle Wong <[email protected]>
0 commit comments