From 4a5ff67c974b57ed59e832d6a802ae05f1ffb753 Mon Sep 17 00:00:00 2001 From: Tin Chi Lo Date: Wed, 26 Aug 2026 23:52:42 -0700 Subject: [PATCH] style(ui): widen the classifier prompt dialog and name its appended block Matches the edit auto-router modal at sm:max-w-4xl so the two do not jump size when opened one from the other, and calls the block below the textarea what it is rather than describing where it goes. --- .../src/components/add_model/ClassificationPromptEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/add_model/ClassificationPromptEditor.tsx b/ui/litellm-dashboard/src/components/add_model/ClassificationPromptEditor.tsx index 66433ce23de..f65da5fb7fc 100644 --- a/ui/litellm-dashboard/src/components/add_model/ClassificationPromptEditor.tsx +++ b/ui/litellm-dashboard/src/components/add_model/ClassificationPromptEditor.tsx @@ -57,7 +57,7 @@ const ClassificationPromptEditor: React.FC = ({

- + Classifier prompt @@ -78,7 +78,7 @@ const ClassificationPromptEditor: React.FC = ({ />
-

Always appended below your text

+

Tier definitions

               {`Tiers:\n${appendedTierBullets(tierRows)}\n\n`}