mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix edit key
This commit is contained in:
parent
707b885a3f
commit
ec09fe9221
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ const UserDashboard: React.FC<UserDashboardProps> = ({
|
|||
|
||||
console.log("inside user dashboard, selected team", selectedTeam);
|
||||
return (
|
||||
<div className="w-full mx-4 overflow-hidden h-[75vh]">
|
||||
<div className="w-full mx-4 h-[75vh]">
|
||||
<Grid numItems={1} className="gap-2 p-8 w-full mt-2">
|
||||
<Col numColSpan={1} className="flex flex-col gap-2">
|
||||
<CreateKey
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue