diff --git a/app/(manage)/manage/benchmarks/benchmarks-client.tsx b/app/(manage)/manage/benchmarks/benchmarks-client.tsx index 956be3b..3b0be44 100644 --- a/app/(manage)/manage/benchmarks/benchmarks-client.tsx +++ b/app/(manage)/manage/benchmarks/benchmarks-client.tsx @@ -13,6 +13,7 @@ import { ChevronLeftIcon, ChevronRightIcon, } from "lucide-react" +import { ConfirmDialog } from "@/components/ui/modal" interface PerformanceEntry { id: string @@ -517,145 +518,64 @@ export function BenchmarksClient() { )} {/* Confirmation Dialogs */} - {confirmAction && ( -
- Are you sure you want to verify this benchmark? It will be - marked as verified. -
-- Are you sure you want to remove this benchmark? -
-