fix default email interval from never to immediate (#2614)
This commit is contained in:
parent
2f8e4116a1
commit
9253134612
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ function mapStateToProps(state) {
|
|||
state,
|
||||
Preferences.CATEGORY_NOTIFICATIONS,
|
||||
Preferences.EMAIL_INTERVAL,
|
||||
Preferences.INTERVAL_NEVER.toString(),
|
||||
) || '0';
|
||||
Preferences.INTERVAL_IMMEDIATE.toString(),
|
||||
);
|
||||
|
||||
return {
|
||||
enableEmailBatching,
|
||||
|
|
|
|||
Loading…
Reference in a new issue