Skip to content

Commit

Permalink
test: add onSelect to options menu in top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasialanz committed Oct 2, 2024
1 parent d204969 commit fd74de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/TopBar/TopBarMenu.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const defaultProps = {
};

const optionsMenu = (
<OptionsMenuList onClose={noop}>
<OptionsMenuList onClose={noop} onSelect={noop}>
<li>option 1</li>
<li>option 2</li>
</OptionsMenuList>
Expand Down

0 comments on commit fd74de7

Please sign in to comment.