diff --git a/app/views/schedules/_form.html.erb b/app/views/schedules/_form.html.erb
index 7cb2cfeb..a2753dbb 100644
--- a/app/views/schedules/_form.html.erb
+++ b/app/views/schedules/_form.html.erb
@@ -158,7 +158,7 @@
- <%= form.select :destination_id, options_from_collection_for_select(@destinations, 'id', 'name'), {},
+ <%= form.select :destination_id, options_from_collection_for_select(@destinations, 'id', 'name', @schedule.destination.id), {},
class: 'form-select' %>