-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(pagination): fix issues with pagination playground story #10883
fix(pagination): fix issues with pagination playground story #10883
Conversation
Deploy preview created for package Built with commit: 96c42eae4a90e49b5371ac9694b0cecdaa988578 |
Deploy preview created for package Built with commit: 96c42eae4a90e49b5371ac9694b0cecdaa988578 |
Deploy preview created for package Built with commit: 96c42eae4a90e49b5371ac9694b0cecdaa988578 |
Deploy preview created for package Built with commit: 96c42eae4a90e49b5371ac9694b0cecdaa988578 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @m4olivei!
Thanks @IgnacioBecerra I've added the Ready to merge label. Although there are required job failures, none of them are things that I recognize or feel like would relate to changes here. Noticing that the feature branch has similar job failures. Do you see a specific job that needs to be resolved here? If not could you do the merge? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from me! The Story works as described in the testing instructions.
…design-system#10883) * fix(pagination): fix issues with pagination playground story * fix(pagination): avoid division by 0
…design-system#10883) * fix(pagination): fix issues with pagination playground story * fix(pagination): avoid division by 0
Related Ticket(s)
Closes #10882
https://jsw.ibm.com/browse/ADCMS-3821
Description
Fixes issues with two of the knobs on the Pagination > Playground story.
Changelog
Changed
page-size
anditems-per-page-text
attributes of<cds-pagination>
component.Testing Instructions