mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Proper fix for default sortMode
This commit is contained in:
parent
6bdd509b48
commit
3a589e240c
3 changed files with 5 additions and 3 deletions
|
|
@ -7,7 +7,6 @@ import { forEachObjectEntry } from 'Common/Utils';
|
|||
import { getFolderInboxName, getFolderFromCacheList } from 'Common/Cache';
|
||||
import { Settings, SettingsCapa } from 'Common/Globals';
|
||||
//import Remote from 'Remote/User/Fetch'; // Circular dependency
|
||||
import { SettingsUserStore } from 'Stores/User/Settings';
|
||||
|
||||
export const
|
||||
|
||||
|
|
@ -60,7 +59,7 @@ FolderUserStore = new class {
|
|||
*/
|
||||
displaySpecSetting: false,
|
||||
|
||||
sortMode: SettingsUserStore.defaultSort(),
|
||||
sortMode: '',
|
||||
|
||||
quotaLimit: 0,
|
||||
quotaUsage: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue