Skip to content

Commit

Permalink
[EuiPopover] Update deprecated prop
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 5, 2024
1 parent 8bd1c1f commit 7f15181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const SearchBar: FC<SearchBarProps> = (opts) => {
'data-test-subj': 'nav-search-popover',
panelClassName: 'navSearch__panel',
repositionOnScroll: true,
buttonRef: setButtonRef,
popoverRef: setButtonRef,
panelStyle: { marginTop: '6px' },
}}
popoverButton={
Expand Down

0 comments on commit 7f15181

Please sign in to comment.