mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
added back old teams for regression protection
This commit is contained in:
parent
b4bcc7143c
commit
accc42ca2e
2 changed files with 1361 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ import { UiLoadingSpinner } from "@/components/ui/ui-loading-spinner";
|
|||
import { cx } from "@/lib/cva.config";
|
||||
import useFeatureFlags from "@/hooks/useFeatureFlags";
|
||||
import SidebarProvider from "@/app/(dashboard)/components/SidebarProvider";
|
||||
import OldTeams from "@/components/OldTeams";
|
||||
|
||||
function getCookie(name: string) {
|
||||
// Safer cookie read + decoding; handles '=' inside values
|
||||
|
|
@ -376,7 +377,7 @@ export default function CreateKeyPage() {
|
|||
setKeys={setKeys}
|
||||
/>
|
||||
) : page == "teams" ? (
|
||||
<TeamsView
|
||||
<OldTeams
|
||||
teams={teams}
|
||||
setTeams={setTeams}
|
||||
accessToken={accessToken}
|
||||
|
|
@ -384,6 +385,7 @@ export default function CreateKeyPage() {
|
|||
userRole={userRole}
|
||||
organizations={organizations}
|
||||
premiumUser={premiumUser}
|
||||
searchParams={searchParams}
|
||||
/>
|
||||
) : page == "organizations" ? (
|
||||
<Organizations
|
||||
|
|
|
|||
1358
ui/litellm-dashboard/src/components/OldTeams.tsx
Normal file
1358
ui/litellm-dashboard/src/components/OldTeams.tsx
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue