forked from phoenix/litellm-mirror
Merge pull request #3904 from BerriAI/litellm_ui_edit_users
[Admin UI] Edit `Internal Users`
This commit is contained in:
commit
40e7560d6b
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