diff --git a/ui/litellm-dashboard/src/components/edit_user.tsx b/ui/litellm-dashboard/src/components/edit_user.tsx index c47d44b25c..c1cb5c371f 100644 --- a/ui/litellm-dashboard/src/components/edit_user.tsx +++ b/ui/litellm-dashboard/src/components/edit_user.tsx @@ -18,6 +18,7 @@ import { Input, Select as Select2, message, + InputNumber, } from "antd"; import NumericalInput from "./shared/numerical_input"; @@ -113,7 +114,7 @@ const EditUserModal: React.FC = ({ visible, possibleUIRoles, tooltip="(float) - Spend of all LLM calls completed by this user" help="Across all keys (including keys with team_id)." > - + = ({ visible, possibleUIRoles, tooltip="(float) - Maximum budget of this user" help="Maximum budget of this user." > - +