Skip to content

Commit f500a86

Browse files
fix: fix ui linting errors
1 parent 83facb7 commit f500a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ export const RateLimitTypeFormItem: React.FC<RateLimitTypeFormItemProps> = ({
7171
<div style={{ padding: '4px 0' }}>
7272
<div style={{ fontWeight: 500 }}>Default</div>
7373
<div style={{ fontSize: '11px', color: '#6b7280', marginTop: '2px' }}>
74-
Best effort throughput - no error if we're overallocating {limitTypeLower} (Team/Key Limits checked at runtime).
74+
Best effort throughput - no error if we&apos;re overallocating {limitTypeLower} (Team/Key Limits checked at runtime).
7575
</div>
7676
</div>
7777
</Option>
7878
<Option value="guaranteed_throughput" label="Guaranteed throughput">
7979
<div style={{ padding: '4px 0' }}>
8080
<div style={{ fontWeight: 500 }}>Guaranteed throughput</div>
8181
<div style={{ fontSize: '11px', color: '#6b7280', marginTop: '2px' }}>
82-
Guaranteed throughput - raise an error if we're overallocating {limitTypeLower} (also checks model-specific limits)
82+
Guaranteed throughput - raise an error if we&apos;re overallocating {limitTypeLower} (also checks model-specific limits)
8383
</div>
8484
</div>
8585
</Option>

0 commit comments

Comments
 (0)