diff --git a/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx b/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx index 32f9ff3395b..55bd214165a 100644 --- a/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx +++ b/ui/litellm-dashboard/src/app/(dashboard)/playground/components/chat_ui/ChatUI.tsx @@ -1298,6 +1298,9 @@ const ChatUI: React.FC = ({ { + if (value == null) { + return; + } setSelectedVoice(value); sessionStorage.setItem("selectedVoice", value); }}