Skip to content

Commit

Permalink
Fixed the modal redirect bug
Browse files Browse the repository at this point in the history
  • Loading branch information
navishmonga committed Oct 24, 2024
1 parent 6cfc3c8 commit 3b73dc1
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 3b73dc1

Please sign in to comment.