From bbbf204fe80272df0929aa5ff85f4f18e9bcf6aa Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 26 Sep 2025 18:22:44 -0700 Subject: [PATCH] ui linting fix --- .../src/components/common_components/KeyLifecycleSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/common_components/KeyLifecycleSettings.tsx b/ui/litellm-dashboard/src/components/common_components/KeyLifecycleSettings.tsx index 8e286574da..9584edd149 100644 --- a/ui/litellm-dashboard/src/components/common_components/KeyLifecycleSettings.tsx +++ b/ui/litellm-dashboard/src/components/common_components/KeyLifecycleSettings.tsx @@ -130,7 +130,7 @@ const KeyLifecycleSettings: React.FC = ({ {autoRotationEnabled && (
- When rotation occurs, you'll receive a notification with the new key. The old key will be deactivated after a brief grace period. + When rotation occurs, you'll receive a notification with the new key. The old key will be deactivated after a brief grace period.
)}