mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: fix new tags do not appear under "recent" tags (#3827)
This commit is contained in:
@@ -111,7 +111,8 @@ const sortByMenu: (options: GroupingMenuOptions) => MenuItem = (options) => ({
|
||||
{
|
||||
key: "dateCreated",
|
||||
title: "Date created",
|
||||
isHidden: options.groupingKey === "trash"
|
||||
isHidden:
|
||||
options.groupingKey === "trash" || options.groupingKey === "tags"
|
||||
},
|
||||
{
|
||||
key: "dateEdited",
|
||||
|
||||
Reference in New Issue
Block a user