diff --git a/web/src/components/ChecksTab.vue b/web/src/components/ChecksTab.vue index b1014ca1..5bc09e3f 100644 --- a/web/src/components/ChecksTab.vue +++ b/web/src/components/ChecksTab.vue @@ -125,16 +125,18 @@ @@ -375,7 +377,11 @@ export default { break; } }, - checkAlert(id, alert_type, action) { + checkAlert(id, alert_type, action, managed_by_policy) { + if (managed_by_policy) { + return; + } + const data = {}; if (alert_type === "Email") { data.email_alert = action;