mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix: fix linting error
This commit is contained in:
parent
5eeb0ca070
commit
ee64161b40
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ export default function CreateKeyPage() {
|
||||||
userID={userID}
|
userID={userID}
|
||||||
userRole={userRole}
|
userRole={userRole}
|
||||||
accessToken={accessToken}
|
accessToken={accessToken}
|
||||||
teams={teams}
|
teams={teams as Team[] ?? []}
|
||||||
/>
|
/>
|
||||||
) :
|
) :
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue