Skip to content

Commit bc3cd95

Browse files
committed
Changed the flag (#94167)
1 parent 158bfc6 commit bc3cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/monitoring/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ export const ALERT_ACTION_TYPE_LOG = '.server-log';
583583
/**
584584
* To enable modifing of alerts in under actions
585585
*/
586-
export const ALERT_REQUIRES_APP_CONTEXT = false;
586+
export const ALERT_REQUIRES_APP_CONTEXT = true;
587587

588588
export const ALERT_EMAIL_SERVICES = ['gmail', 'hotmail', 'icloud', 'outlook365', 'ses', 'yahoo'];
589589

0 commit comments

Comments
 (0)