user eklleme
This commit is contained in:
@@ -28,11 +28,9 @@ export function UsersTable({ users }: UsersTableProps) {
|
||||
<div className="space-y-4">
|
||||
<div className="flex items-center justify-between space-y-2">
|
||||
<h3 className="text-lg font-medium">Kullanıcı Listesi</h3>
|
||||
{/*
|
||||
<Link href="/dashboard/users/new">
|
||||
<Link href="/dashboard/users/new?returnTo=/dashboard/settings">
|
||||
<Button size="sm">Yeni Kullanıcı</Button>
|
||||
</Link>
|
||||
*/}
|
||||
</div>
|
||||
<div className="rounded-md border">
|
||||
<Table>
|
||||
|
||||
Reference in New Issue
Block a user