Merge pull request #3110 from Dokploy/3096-show-all-users-not-working-in-dashboardsettingsusers

refactor: remove TableCaption from user display in dashboard settings
This commit is contained in:
Mauricio Siu
2025-11-26 02:25:24 -05:00
committed by GitHub

View File

@@ -21,7 +21,6 @@ import {
import {
Table,
TableBody,
TableCaption,
TableCell,
TableHead,
TableHeader,
@@ -68,7 +67,6 @@ export const ShowUsers = () => {
) : (
<div className="flex flex-col gap-4 min-h-[25vh]">
<Table>
<TableCaption>See all users</TableCaption>
<TableHeader>
<TableRow>
<TableHead className="w-[100px]">Email</TableHead>