Skip to content

Commit

Permalink
readd wrapper classname
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Sep 7, 2023
1 parent 5cd6638 commit 279422d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const PaginatedSelect: FunctionComponent<Props> = ({
<Flex
alignItems="center"
aria-roledescription="button"
className={styles.wrapper}
tabIndex={0}
onFocus={() => setIsPopoverVisible(true)}
onBlur={handleButtonBlur}
Expand Down

0 comments on commit 279422d

Please sign in to comment.