Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine committed Mar 30, 2021
1 parent 65c87bc commit c3a63f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-books-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/admin-ui': minor
---

Styling and QoL updates to the pagination component
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('<Pagination/>', () => {
list={{ plural: 'Items', singular: 'Item' }}
/>
);
screen.getByRole('navi1gation');
screen.getByRole('navigation');
});
describe('chevron functionality', () => {
it('should have a disabled back button, when on the first page', () => {
Expand Down

0 comments on commit c3a63f7

Please sign in to comment.