mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +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
|
||||
value={filters.team}
|
||||
onValueChange={(value) => handleFilterChange('team', value)}
|
||||
placeholder="Select Team"
|
||||
|
@ -423,7 +423,7 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
|
|||
{team.team_alias || team.team_id}
|
||||
</SelectItem>
|
||||
))}
|
||||
</Select> */}
|
||||
</Select>
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue