From 2986c384690951b2e87c016efaa6f447d844e6b2 Mon Sep 17 00:00:00 2001 From: atp Date: Mon, 21 Aug 2017 19:30:40 +0530 Subject: PLT-7256: Fix email rate selection when batching is disabled (#7202) --- webapp/utils/constants.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 41ca17611..a5e24c69c 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -59,7 +59,8 @@ export const Preferences = { EMAIL_INTERVAL: 'email_interval', INTERVAL_IMMEDIATE: 30, // "immediate" is a 30 second interval INTERVAL_FIFTEEN_MINUTES: 15 * 60, - INTERVAL_HOUR: 60 * 60 + INTERVAL_HOUR: 60 * 60, + INTERVAL_NEVER: 0 }; export const ActionTypes = keyMirror({ -- cgit v1.2.3-1-g7c22