diff --git a/src/components/config/AutomationSettings.tsx b/src/components/config/AutomationSettings.tsx index f2f1efd..f62ff77 100644 --- a/src/components/config/AutomationSettings.tsx +++ b/src/components/config/AutomationSettings.tsx @@ -1,4 +1,4 @@ -import React, { useEffect } from "react"; +import { useEffect } from "react"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Checkbox } from "@/components/ui/checkbox"; import { Label } from "@/components/ui/label"; @@ -9,8 +9,6 @@ import { SelectTrigger, SelectValue, } from "@/components/ui/select"; -import { Separator } from "@/components/ui/separator"; -import { Badge } from "@/components/ui/badge"; import { Clock, Database, @@ -28,7 +26,6 @@ import { } from "@/components/ui/tooltip"; import type { ScheduleConfig, DatabaseCleanupConfig } from "@/types/config"; import { formatDate } from "@/lib/utils"; -import { cn } from "@/lib/utils"; interface AutomationSettingsProps { scheduleConfig: ScheduleConfig; @@ -105,12 +102,12 @@ export function AutomationSettings({ -
+
{/* Automatic Mirroring Section */} -
+

- + Automatic Mirroring

{isAutoSavingSchedule && ( @@ -173,7 +170,7 @@ export function AutomationSettings({
)} -
+
@@ -201,10 +198,10 @@ export function AutomationSettings({
{/* Database Cleanup Section */} -
+

- + Database Maintenance

{isAutoSavingCleanup && ( @@ -285,7 +282,7 @@ export function AutomationSettings({
)} -
+