diff --git a/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx b/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx index 19a07c49a3d..c54725bd5a5 100644 --- a/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/organisms/create_key_button.tsx @@ -772,21 +772,17 @@ const CreateKey: React.FC = ({ team, teams, data, addKey }) => { label={ Models{" "} - + } name="models" - rules={ - keyType === "management" || keyType === "read_only" - ? [] - : [{ required: true, message: "Please select a model" }] - } + rules={[]} help={ keyType === "management" || keyType === "read_only" ? "Models field is disabled for this key type" - : "required" + : "optional - leave empty to allow access to all models" } className="mt-4" >