From 19f03d4be3f8bcdd16c513330c790b93dab492f7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 27 Nov 2025 12:32:51 -0800 Subject: [PATCH] ui fix linting errors --- .../common_components/PassThroughGuardrailsSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/common_components/PassThroughGuardrailsSection.tsx b/ui/litellm-dashboard/src/components/common_components/PassThroughGuardrailsSection.tsx index fc6f783df05..3156fa626f1 100644 --- a/ui/litellm-dashboard/src/components/common_components/PassThroughGuardrailsSection.tsx +++ b/ui/litellm-dashboard/src/components/common_components/PassThroughGuardrailsSection.tsx @@ -1,7 +1,7 @@ import React, { useState, useEffect } from "react"; import { Card, Title, Subtitle } from "@tremor/react"; -import { Form, Input, Select, Tooltip, Alert } from "antd"; -import { InfoCircleOutlined, PlusOutlined, DeleteOutlined } from "@ant-design/icons"; +import { Form, Select, Tooltip, Alert } from "antd"; +import { InfoCircleOutlined } from "@ant-design/icons"; import GuardrailSelector from "../guardrails/GuardrailSelector"; interface PassThroughGuardrailsSectionProps {