Skip to content

Commit

Permalink
Merge pull request #1059 from navishmonga/bugfix/modal-click-redirect
Browse files Browse the repository at this point in the history
Fixed the modal redirect bug
  • Loading branch information
ajhollid authored Oct 25, 2024
2 parents 2223d82 + 3b73dc1 commit 268f302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/src/Components/Dialog/genericDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const GenericDialog = ({ title, description, open, onClose, theme, children }) =
aria-describedby={ariaDescribedBy}
open={open}
onClose={onClose}
onClick={(e)=>e.stopPropagation()}
>
<Stack
gap={theme.spacing(2)}
Expand Down

0 comments on commit 268f302

Please sign in to comment.