fix: tag menu hide
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Sabda Yagra 2026-03-09 12:46:39 +07:00
parent 7a9656714e
commit 124b0cdfef
1 changed files with 7 additions and 7 deletions

View File

@ -238,13 +238,13 @@ export function getMenuList(pathname: string, t: any): Group[] {
icon: "heroicons:arrow-trending-up",
children: [],
},
{
href: "/admin/settings/tag",
label: "Tag",
active: pathname === "/admin/settings/tag",
icon: "heroicons:arrow-trending-up",
children: [],
},
// {
// href: "/admin/settings/tag",
// label: "Tag",
// active: pathname === "/admin/settings/tag",
// icon: "heroicons:arrow-trending-up",
// children: [],
// },
{
href: "/admin/settings/banner",
label: "Banner",