web: fix new tags do not appear under "recent" tags (#3827)

This commit is contained in:
Muhammad Ali
2023-11-25 15:39:38 +05:00
committed by GitHub
parent d71b9edc7f
commit 5bbc453268

View File

@@ -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",