Changed the flag (#94167)

This commit is contained in:
igoristic 2021-03-10 10:15:47 -05:00 committed by GitHub
parent 50dac663fe
commit 1a3e8e8fa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'];