mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix admin view
This commit is contained in:
parent
a34ace5bd3
commit
45c79512f8
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const CostTrackingSettings: React.FC<CostTrackingSettingsProps> = ({
|
|||
const [marginForm] = Form.useForm();
|
||||
const [modal, contextHolder] = Modal.useModal();
|
||||
|
||||
const isProxyAdmin = userRole === "proxy_admin";
|
||||
const isProxyAdmin = userRole === "proxy_admin" || userRole === "Admin";
|
||||
|
||||
// Use custom hooks for discount and margin config
|
||||
const {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue