mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(view_users.tsx): allow filtering users by team
This commit is contained in:
parent
ba293220a8
commit
72dd00d418
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
|
||||||
))}
|
))}
|
||||||
</Select>
|
</Select>
|
||||||
|
|
||||||
{/* <Select
|
<Select
|
||||||
value={filters.team}
|
value={filters.team}
|
||||||
onValueChange={(value) => handleFilterChange('team', value)}
|
onValueChange={(value) => handleFilterChange('team', value)}
|
||||||
placeholder="Select Team"
|
placeholder="Select Team"
|
||||||
|
@ -423,7 +423,7 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
|
||||||
{team.team_alias || team.team_id}
|
{team.team_alias || team.team_id}
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
))}
|
))}
|
||||||
</Select> */}
|
</Select>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue