Skip to content

Commit 6adafa9

Browse files
ref(crons): Allow unmuting monitor envs when monitor "muted" (#103689)
Part of [NEW-564: There needs to be some way to mute the entire cron detector](https://linear.app/getsentry/issue/NEW-564/there-needs-to-be-some-way-to-mute-the-entire-cron-detector) Now that `is_muted` of a monitor is computed, we need to allow unmuting environments when they are all muted.
1 parent 7744c8b commit 6adafa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/app/views/insights/crons/components/overviewTimeline/overviewRow.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ export function OverviewRow({
152152
? t('Unmute Environment')
153153
: t('Mute Environment'),
154154
key: 'mute',
155-
details: monitor.isMuted ? t('Monitor is muted') : undefined,
156-
disabled: monitor.isMuted,
157155
onAction: () => onToggleMuteEnvironment(env, !isMuted),
158156
}),
159157
]

0 commit comments

Comments
 (0)