From 35acd2b0b3af7b9d010cb8f78f088ab3a539c54b Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Sat, 15 Mar 2025 15:30:19 -0500 Subject: [PATCH] refactor(frontend): removed the caption from settings table --- frontend/src/components/admin/settings/SettingsPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/admin/settings/SettingsPage.tsx b/frontend/src/components/admin/settings/SettingsPage.tsx index 05e3f12..68e7fff 100644 --- a/frontend/src/components/admin/settings/SettingsPage.tsx +++ b/frontend/src/components/admin/settings/SettingsPage.tsx @@ -1,5 +1,5 @@ import {LstCard} from "@/components/extendedUI/LstCard"; -import {Table, TableBody, TableCaption, TableCell, TableHead, TableHeader, TableRow} from "@/components/ui/table"; +import {Table, TableBody, TableCell, TableHead, TableHeader, TableRow} from "@/components/ui/table"; import {useSessionStore} from "@/lib/store/sessionStore"; import {useModuleStore} from "@/lib/store/useModuleStore"; import {useQuery} from "@tanstack/react-query"; @@ -39,7 +39,6 @@ export default function SettingsPage() { return ( - All Settings Name