Skip to content

Commit

Permalink
🐛 Add onOpenChange prop to Dropdown component for better state manage…
Browse files Browse the repository at this point in the history
…ment (#1797)

Resolves: https://issues.redhat.com/browse/MTA-1578

Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 authored Mar 26, 2024
1 parent 4f54b05 commit b966e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/layout/HeaderApp/SSOMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const SSOMenu: React.FC = () => {
<Dropdown
onSelect={onDropdownSelect}
isOpen={isDropdownOpen}
onOpenChange={onDropdownToggle}
toggle={(toggleRef) => (
<MenuToggle
isFullHeight
Expand Down

0 comments on commit b966e22

Please sign in to comment.