Skip to content

Commit 45b75fd

Browse files
author
Mauricio Siu
committed
refactor: remove TableCaption from user display in dashboard settings
1 parent ff82248 commit 45b75fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/dokploy/components/dashboard/settings/users/show-users.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
import {
2222
Table,
2323
TableBody,
24-
TableCaption,
2524
TableCell,
2625
TableHead,
2726
TableHeader,
@@ -68,7 +67,6 @@ export const ShowUsers = () => {
6867
) : (
6968
<div className="flex flex-col gap-4 min-h-[25vh]">
7069
<Table>
71-
<TableCaption>See all users</TableCaption>
7270
<TableHeader>
7371
<TableRow>
7472
<TableHead className="w-[100px]">Email</TableHead>

0 commit comments

Comments
 (0)