We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff82248 + 45b75fd commit 5574874Copy full SHA for 5574874
apps/dokploy/components/dashboard/settings/users/show-users.tsx
@@ -21,7 +21,6 @@ import {
21
import {
22
Table,
23
TableBody,
24
- TableCaption,
25
TableCell,
26
TableHead,
27
TableHeader,
@@ -68,7 +67,6 @@ export const ShowUsers = () => {
68
67
) : (
69
<div className="flex flex-col gap-4 min-h-[25vh]">
70
<Table>
71
- <TableCaption>See all users</TableCaption>
72
<TableHeader>
73
<TableRow>
74
<TableHead className="w-[100px]">Email</TableHead>
0 commit comments