Skip to content

Commit 0e99f83

Browse files
committed
team info fix default index
1 parent 999a9b4 commit 0e99f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/litellm-dashboard/src/components/team/team_info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const TeamInfoView: React.FC<TeamInfoProps> = ({
232232
</div>
233233
</div>
234234

235-
<TabGroup defaultIndex={editTeam ? 2 : 0}>
235+
<TabGroup defaultIndex={editTeam ? 3 : 0}>
236236
<TabList className="mb-4">
237237
{[
238238
<Tab key="overview">Overview</Tab>,

0 commit comments

Comments
 (0)