forked from phoenix/litellm-mirror
build(add-fallbacks-on-UI): allows admin to add fallbacks on the UI
This commit is contained in:
parent
b1e2728906
commit
bae6f41017
9 changed files with 248 additions and 20 deletions
|
@ -118,7 +118,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
userRole == "Admin" ? (
|
||||
<Menu.Item key="9" onClick={() => setPage("general-settings")}>
|
||||
<Text>
|
||||
Settings
|
||||
Router Settings
|
||||
</Text>
|
||||
</Menu.Item>
|
||||
) : null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue