Skip to content

Commit

Permalink
Restore they way popoverProps was passed in BorderControl
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 6, 2022
1 parent 78a25e8 commit dac81ea
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ const BorderControlDropdown = (
<Dropdown
renderToggle={ renderToggle }
renderContent={ renderContent }
popoverProps={ __unstablePopoverProps }
popoverProps={ {
...__unstablePopoverProps,
} }
{ ...otherProps }
ref={ forwardedRef }
/>
Expand Down

0 comments on commit dac81ea

Please sign in to comment.