mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Merge pull request #3904 from BerriAI/litellm_ui_edit_users
[Admin UI] Edit `Internal Users`
This commit is contained in:
commit
8e44182717
3 changed files with 207 additions and 31 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue