Merge pull request #3904 from BerriAI/litellm_ui_edit_users

[Admin UI] Edit `Internal Users`
This commit is contained in:
Ishaan Jaff 2024-05-29 17:49:36 -07:00 committed by GitHub
commit 40e7560d6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 207 additions and 31 deletions

View file

@ -79,7 +79,7 @@ const Sidebar: React.FC<SidebarProps> = ({
{userRole == "Admin" ? (
<Menu.Item key="5" onClick={() => setPage("users")}>
<Text>Users</Text>
<Text>Internal Users</Text>
</Menu.Item>
) : null}