diff --git a/ui/litellm-dashboard/src/components/guardrails/llm_judge/LLMJudgeFields.tsx b/ui/litellm-dashboard/src/components/guardrails/llm_judge/LLMJudgeFields.tsx index a5c7590cd9c..73379d168a4 100644 --- a/ui/litellm-dashboard/src/components/guardrails/llm_judge/LLMJudgeFields.tsx +++ b/ui/litellm-dashboard/src/components/guardrails/llm_judge/LLMJudgeFields.tsx @@ -3,7 +3,7 @@ import React from "react"; import { Form, Select, InputNumber, Input, Tooltip } from "antd"; import { PlusOutlined, QuestionCircleOutlined } from "@ant-design/icons"; -import { Button } from "@tremor/react"; +import { Button } from "antd"; interface LLMJudgeFieldsProps { availableModels: string[]; @@ -135,9 +135,9 @@ const LLMJudgeFields: React.FC = ({ availableModels, form }
))} {fields.length > 0 && (