Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrzakAdrian committed Aug 15, 2019
1 parent ccc0253 commit 48bf633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/components/App/MessageModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default function MessageModal({ message }) {
<AlertTitleWrapper>{messageSubject}</AlertTitleWrapper>
<AlertContentWrapper
dangerouslySetInnerHTML={{ __html: messageContent }}
onClick={e => e.stopPropagation()}
></AlertContentWrapper>
<AlertActionsWrapper>
<AlertButtonWrapper>{messageActions}</AlertButtonWrapper>
Expand Down

0 comments on commit 48bf633

Please sign in to comment.