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 fa77205 commit 2a8f442Copy full SHA for 2a8f442
src/discussions/posts/post/Post.jsx
@@ -142,6 +142,7 @@ const Post = ({ handleAddResponseButton, openEmailConfirmation }) => {
142
onClose={hideDeleteConfirmation}
143
confirmAction={handleDeleteConfirmation}
144
closeButtonVariant="tertiary"
145
+ confirmButtonVariant="danger"
146
confirmButtonText={intl.formatMessage(messages.deleteConfirmationDelete)}
147
/>
148
{!abuseFlagged && (
@@ -151,7 +152,6 @@ const Post = ({ handleAddResponseButton, openEmailConfirmation }) => {
151
152
description={intl.formatMessage(messages.reportPostDescription)}
153
onClose={hideReportConfirmation}
154
confirmAction={handleReportConfirmation}
- confirmButtonVariant="danger"
155
156
)}
157
<HoverCard
0 commit comments