Skip to content

Commit

Permalink
remove menuIsOpen prop
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine committed Mar 30, 2021
1 parent 8786e93 commit 65c87bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages-next/admin-ui/src/components/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export function Pagination({ currentPage, total, pageSize, list }: PaginationPro

<Stack gap="medium" across align="center">
<Select
menuIsOpen
width="medium"
value={{ label: String(currentPage), value: String(currentPage) }}
options={pages}
Expand Down

0 comments on commit 65c87bc

Please sign in to comment.