Skip to content

Commit

Permalink
Changed the flag (#94167)
Browse files Browse the repository at this point in the history
  • Loading branch information
igoristic committed Mar 10, 2021
1 parent 158bfc6 commit bc3cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/monitoring/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ export const ALERT_ACTION_TYPE_LOG = '.server-log';
/**
* To enable modifing of alerts in under actions
*/
export const ALERT_REQUIRES_APP_CONTEXT = false;
export const ALERT_REQUIRES_APP_CONTEXT = true;

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

Expand Down

0 comments on commit bc3cd95

Please sign in to comment.