We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1c953 commit e64e71aCopy full SHA for e64e71a
src/discussions/posts/post/Post.jsx
@@ -143,6 +143,7 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
143
onClose={hideDeleteConfirmation}
144
confirmAction={handleDeleteConfirmation}
145
closeButtonVariant="tertiary"
146
+ confirmButtonVariant="danger"
147
confirmButtonText={intl.formatMessage(messages.deleteConfirmationDelete)}
148
/>
149
{!abuseFlagged && (
@@ -152,7 +153,6 @@ const Post = ({ handleAddResponseButton, openRestrictionDialogue }) => {
152
153
description={intl.formatMessage(messages.reportPostDescription)}
154
onClose={hideReportConfirmation}
155
confirmAction={handleReportConfirmation}
- confirmButtonVariant="danger"
156
157
)}
158
<HoverCard
0 commit comments