From 67e491cca5d18abde2f6ac3ce78c85536e893f29 Mon Sep 17 00:00:00 2001 From: ishaan-berri <155045088+ishaan-berri@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:32:40 -0700 Subject: [PATCH] Potential fix for pull request finding 'CodeQL / Syntax error' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- ui/litellm-dashboard/src/components/team/TeamInfo.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/litellm-dashboard/src/components/team/TeamInfo.tsx b/ui/litellm-dashboard/src/components/team/TeamInfo.tsx index 45d157a946c..a3601ad8d3b 100644 --- a/ui/litellm-dashboard/src/components/team/TeamInfo.tsx +++ b/ui/litellm-dashboard/src/components/team/TeamInfo.tsx @@ -96,13 +96,10 @@ export interface TeamData { } | null; created_at: string; access_group_ids?: string[]; -<<<<<<< worktree-rustling-wishing-kite default_team_member_models?: string[]; -======= access_group_models?: string[]; access_group_mcp_server_ids?: string[]; access_group_agent_ids?: string[]; ->>>>>>> main guardrails?: string[]; policies?: string[]; object_permission?: {