Compare commits
No commits in common. "main" and "dev-1" have entirely different histories.
|
|
@ -893,4 +893,4 @@ function TenantSettingsContent() {
|
||||||
|
|
||||||
export default function TenantSettingsPage() {
|
export default function TenantSettingsPage() {
|
||||||
return <TenantSettingsPageTable />;
|
return <TenantSettingsPageTable />;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue