diff --git a/ui/litellm-dashboard/src/components/model_add/add_credentials_tab.tsx b/ui/litellm-dashboard/src/components/model_add/add_credentials_tab.tsx index 244930999a..64ff2cd8e1 100644 --- a/ui/litellm-dashboard/src/components/model_add/add_credentials_tab.tsx +++ b/ui/litellm-dashboard/src/components/model_add/add_credentials_tab.tsx @@ -14,7 +14,7 @@ import type { UploadProps } from "antd/es/upload"; import { Providers, providerLogoMap } from "../provider_info_helpers"; import type { FormInstance } from "antd"; import ProviderSpecificFields from "../add_model/provider_specific_fields"; - +import { TextInput } from "@tremor/react"; const { Title, Link } = Typography; interface AddCredentialsModalProps { @@ -107,7 +107,7 @@ const AddCredentialsModal: React.FC = ({ name="credential_name" rules={[{ required: true, message: "Credential name is required" }]} > - +