From 1bdfb87bcbf0b8ff9d5796686684e2d3af29bc0e Mon Sep 17 00:00:00 2001 From: Pratham-Mishra04 Date: Wed, 25 Mar 2026 18:39:58 +0530 Subject: [PATCH] fix: custom pricing UI fixes --- .../overrides/scopedPricingOverridesView.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ui/app/workspace/custom-pricing/overrides/scopedPricingOverridesView.tsx b/ui/app/workspace/custom-pricing/overrides/scopedPricingOverridesView.tsx index c46d15e8b6..006aaf75d1 100644 --- a/ui/app/workspace/custom-pricing/overrides/scopedPricingOverridesView.tsx +++ b/ui/app/workspace/custom-pricing/overrides/scopedPricingOverridesView.tsx @@ -26,7 +26,7 @@ import { getProviderLabel } from "@/lib/constants/logs"; import { PricingOverride, PricingOverrideScopeKind } from "@/lib/types/governance"; import { useDebouncedValue } from "@/hooks/useDebounce"; import { Input } from "@/components/ui/input"; -import { ChevronLeft, ChevronRight, Edit, Search, Trash2 } from "lucide-react"; +import { ChevronLeft, ChevronRight, Edit, Plus, Search, Trash2 } from "lucide-react"; import { useSearchParams } from "next/navigation"; import { useEffect, useMemo, useState } from "react"; import { toast } from "sonner"; @@ -237,13 +237,16 @@ export default function ScopedPricingOverridesView() { } return ( -
-
+
+

Pricing Overrides

Set custom rates for any model across global or virtual key scopes, optionally narrowed to a specific provider or key

- +
{/* Search */}