Skip to content

Commit

Permalink
fix(core): discard announcements dialog onClickOutside (#7863)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin authored Nov 22, 2024
1 parent 766548c commit d8553c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export function StudioAnnouncementsDialog({
<Dialog
id="in-app-communication-dialog"
onClose={onClose}
onClickOutside={onClose}
width={1}
bodyHeight="fill"
padding={false}
Expand Down

0 comments on commit d8553c0

Please sign in to comment.