pull main

This commit is contained in:
Sabda Yagra 2025-10-11 17:11:55 +07:00
commit 5cb651b7ae
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export function getMenuList(pathname: string, t: any): Group[] {
{ {
href: "/admin/content/video", href: "/admin/content/video",
label: t("video"), label: t("video"),
active: pathname.includes("/content/video"), active: pathname.includes("/content/audio-visual"),
icon: "line-md:youtube", icon: "line-md:youtube",
children: [], children: [],
}, },