diff --git a/webui/src/features/calendar/CalendarCollectionDialogs.tsx b/webui/src/features/calendar/CalendarCollectionDialogs.tsx index 33fbba0..5c30a82 100644 --- a/webui/src/features/calendar/CalendarCollectionDialogs.tsx +++ b/webui/src/features/calendar/CalendarCollectionDialogs.tsx @@ -6,7 +6,7 @@ import { type FormEvent, } from "react"; import { ArrowRightLeft, ListChecks, RefreshCw, Trash2 } from "lucide-react"; -import { +import { FormGrid, DialogForm, ActionBlockerHint, Button, ColorPickerField, @@ -372,7 +372,7 @@ export function CalendarCollectionDialog({ }> -
+
@@ -443,7 +443,7 @@ export function CalendarCollectionDialog({ } -
+
- + {discoveryError &&

{discoveryError}

} {calendarSourceUsesCalDav(sourceMode) && discoveredCalendars.length > 0 &&