mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 10:26:07 +00:00
feat(add_credentials_tab.tsx): style improvements
This commit is contained in:
@@ -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<AddCredentialsModalProps> = ({
|
||||
name="credential_name"
|
||||
rules={[{ required: true, message: "Credential name is required" }]}
|
||||
>
|
||||
<Input placeholder="Enter a friendly name for these credentials" />
|
||||
<TextInput placeholder="Enter a friendly name for these credentials" />
|
||||
</Form.Item>
|
||||
|
||||
<ProviderSpecificFields
|
||||
|
||||
Reference in New Issue
Block a user