Compare commits

..

No commits in common. "main" and "dev-1" have entirely different histories.
main ... dev-1

2 changed files with 2 additions and 2 deletions

View File

@ -893,4 +893,4 @@ function TenantSettingsContent() {
export default function TenantSettingsPage() { export default function TenantSettingsPage() {
return <TenantSettingsPageTable />; return <TenantSettingsPageTable />;
} }

View File

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