mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix ts errors
This commit is contained in:
parent
2e51703c0b
commit
877e04c715
1 changed files with 2 additions and 2 deletions
|
@ -825,12 +825,12 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
allTagNames
|
||||
.filter((tag) => tag !== "all-tags")
|
||||
.map((tag: any, index: number) => {
|
||||
// @ts-ignore
|
||||
return (
|
||||
<SelectItem
|
||||
key={tag}
|
||||
value={String(tag)}
|
||||
disabled={true} // @ts-ignore
|
||||
// @ts-ignore
|
||||
disabled={true}
|
||||
>
|
||||
✨ {tag} (Enterpise only Feature)
|
||||
</SelectItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue