diff --git a/ui/litellm-dashboard/src/components/molecules/models/columns.tsx b/ui/litellm-dashboard/src/components/molecules/models/columns.tsx index edf9f7e0867..0a1a1118cc6 100644 --- a/ui/litellm-dashboard/src/components/molecules/models/columns.tsx +++ b/ui/litellm-dashboard/src/components/molecules/models/columns.tsx @@ -421,7 +421,7 @@ export const columns = ( // clicks. Pair `loading` with `disabled` derived from the same condition // so a double-click during a pending PATCH cannot send a second, // conflicting `blocked` value. - const isPausing = pausingModelId === model.model_info.id; + const isPausing = pausingModelId === model.model_info?.id; return (