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 ( -
Set custom rates for any model across global or virtual key scopes, optionally narrowed to a specific provider or key