From acbc6485370b17a3be02aa866184ce2db69446da Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 12 Mar 2025 18:36:13 -0700 Subject: [PATCH] feat(add_credentials_tab.tsx): style improvements --- .../src/components/model_add/add_credentials_tab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }]} > - +