forked from phoenix/litellm-mirror
ui - clean up chat ui
This commit is contained in:
parent
fa0ef8271e
commit
0e323b507d
2 changed files with 4 additions and 124 deletions
|
@ -63,15 +63,13 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
Test Key
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
{
|
||||
userRole == "App User" ? (
|
||||
|
||||
<Menu.Item key="11" onClick={() => setPage("api_ref")}>
|
||||
<Text>
|
||||
API Reference
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
) : null
|
||||
}
|
||||
|
||||
{
|
||||
userRole == "Admin" ? (
|
||||
<Menu.Item key="2" onClick={() => setPage("models")}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue