mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
feat: remove groupId and replace it with groupBy
This commit is contained in:
@@ -63,9 +63,8 @@ class Settings {
|
||||
getGroupOptions(key) {
|
||||
return (
|
||||
this._settings.groupOptions[key] || {
|
||||
groupId: undefined,
|
||||
groupBy: undefined,
|
||||
sortBy: "dateEdited",
|
||||
groupBy: "dateEdited",
|
||||
sortDirection: "desc",
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user