-
-
- Next sync
-
-
- {formatDate(scheduleConfig.nextRun)}
-
+ {scheduleConfig.enabled ? (
+ scheduleConfig.nextRun && (
+
+
+
+ Next sync
+
+
+ {formatDate(scheduleConfig.nextRun)}
+
+
+ )
+ ) : (
+
+ Enable automatic syncing to schedule periodic repository updates
)}
@@ -307,23 +313,27 @@ export function AutomationSettings({