diff --git a/ui/litellm-dashboard/src/components/price_data_reload.tsx b/ui/litellm-dashboard/src/components/price_data_reload.tsx index 72fb64d5396..8b857b0b069 100644 --- a/ui/litellm-dashboard/src/components/price_data_reload.tsx +++ b/ui/litellm-dashboard/src/components/price_data_reload.tsx @@ -130,7 +130,7 @@ const PriceDataReload: React.FC = ({ await fetchReloadStatus(); await fetchSourceInfo(); } else if (response.status === "no_op") { - NotificationsManager.fromBackend( + NotificationsManager.warning( response.message || "Reload was a no-op because LITELLM_LOCAL_MODEL_COST_MAP forces the bundled cost map.", ); await fetchReloadStatus();