mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
team info fix default index
This commit is contained in:
parent
999a9b4ac8
commit
0e99f83cc2
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ const TeamInfoView: React.FC<TeamInfoProps> = ({
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<TabGroup defaultIndex={editTeam ? 2 : 0}>
|
||||
<TabGroup defaultIndex={editTeam ? 3 : 0}>
|
||||
<TabList className="mb-4">
|
||||
{[
|
||||
<Tab key="overview">Overview</Tab>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue