mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 18:23:07 +00:00
This reverts commit bc9f111ee8.
This commit is contained in:
@@ -260,8 +260,9 @@ const ViewUserDashboard: React.FC<ViewUserDashboardProps> = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="w-full p-6 mx-4">
|
||||
<div className="flex items-center justify-between mb-4 mt-4">
|
||||
<div className="w-full p-6">
|
||||
<div className="flex items-center justify-between mb-4">
|
||||
<h1 className="text-xl font-semibold">Users</h1>
|
||||
<div className="flex space-x-3">
|
||||
<CreateUser
|
||||
userID={userID}
|
||||
|
||||
Reference in New Issue
Block a user