mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
core: fix notes & notebooks sorting
This commit is contained in:
@@ -648,8 +648,8 @@ const VALID_SORT_OPTIONS: Record<
|
||||
tags: ["title"],
|
||||
attachments: ["filename", "dateUploaded", "size"],
|
||||
colors: ["title"],
|
||||
notebooks: ["title"],
|
||||
notes: ["title"],
|
||||
notebooks: ["title", "dateDeleted", "dateEdited"],
|
||||
notes: ["title", "dateDeleted", "dateEdited"],
|
||||
|
||||
content: [],
|
||||
notehistory: [],
|
||||
|
||||
Reference in New Issue
Block a user