This commit is contained in:
rgrgogu
2026-05-14 12:59:31 +08:00
parent 6e98ff0b5d
commit dcf5f43fd5
38 changed files with 2174 additions and 382 deletions
@@ -100,8 +100,8 @@ export default function ViewGroup() {
};
const breadcrumbItems = [
{ label: "Home", icon: <House className="size-4" />, to: "/admin/users" },
{ label: "User Groups", to: "/admin/users/groups" },
{ label: "Home", icon: <House className="size-4" />, to: "/admin" },
{ label: "User Groups", to: "/admin/groups" },
{ label: group?.name ?? "View Group" },
];