forked from phoenix/litellm-mirror
(fix) ui ts error
This commit is contained in:
parent
652c549cae
commit
105657625a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const { Option } = Select;
|
|||
|
||||
interface CreateKeyProps {
|
||||
userID: string;
|
||||
userRole: string;
|
||||
userRole: string | null;
|
||||
accessToken: string;
|
||||
data: any[] | null;
|
||||
setData: React.Dispatch<React.SetStateAction<any[] | null>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue