Skip to content

Commit

Permalink
Merge pull request #1903 from visualize-admin/fix/nested-popovers
Browse files Browse the repository at this point in the history
fix: Fixed Feedback Closing mechanism
  • Loading branch information
noahonyejese authored Nov 20, 2024
2 parents 99502ea + e0a8878 commit 3c40b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/login/components/login-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const LoginMenu = () => {
<Feedback
anchorEl={anchorEl}
open={feedbackMenuOpen}
handleClose={() => setFeedbackMenuOpen(true)}
handleClose={() => setFeedbackMenuOpen(false)}
/>
</>
) : (
Expand Down

0 comments on commit 3c40b73

Please sign in to comment.