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) (#1798)

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

Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>

Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>
Co-authored-by: Maayan Hadasi <60384172+mguetta1@users.noreply.github.com>
  • Loading branch information
konveyor-ci-bot[bot] and mguetta1 authored Mar 27, 2024
1 parent 751b538 commit 2c2ccfa
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 2c2ccfa

Please sign in to comment.