core: fix notes & notebooks sorting

This commit is contained in:
Abdullah Atta
2024-05-05 00:00:43 +05:00
parent cd7a5d2ec0
commit c9a8134265

View File

@@ -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: [],