mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
ui linting fix
This commit is contained in:
parent
81765bba17
commit
bbbf204fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ const KeyLifecycleSettings: React.FC<KeyLifecycleSettingsProps> = ({
|
|||
|
||||
{autoRotationEnabled && (
|
||||
<div className="bg-blue-50 p-3 rounded-md text-sm text-blue-700">
|
||||
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.
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue