Compare commits

..

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

2 changed files with 6 additions and 6 deletions

View File

@ -879,18 +879,18 @@ function TenantSettingsContent() {
</p>
<Button onClick={() => setIsUserLevelDialogOpen(true)}>
<PlusIcon className="h-4 w-4 mr-2" />
Create User Level
Create User Level
</Button>
</div>
</div>
</CardContent>
</Card>
)}
</TabsContent>
</Tabs>
</Tabs>
</div>
);
}
export default function TenantSettingsPage() {
return <TenantSettingsPageTable />;
}
return <TenantSettingsPageTable />;
}

View File

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