Skip to content

Commit 7a4ea19

Browse files
ref(crons): Bring back feedback button in details (#83655)
1 parent da81017 commit 7a4ea19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/views/monitors/components/monitorHeaderActions.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ function MonitorHeaderActions({monitor, orgSlug, onUpdate, linkToAlerts}: Props)
5757

5858
return (
5959
<ButtonBar gap={1}>
60-
{/* When displayed on the alerts page the feedback button is already added for us */}
61-
{!linkToAlerts && <FeedbackWidgetButton />}
60+
<FeedbackWidgetButton />
6261
<Button
6362
size="sm"
6463
icon={monitor.isMuted ? <IconSubscribed /> : <IconUnsubscribed />}

0 commit comments

Comments
 (0)