diff --git a/app/controllers/support_interface/countries_controller.rb b/app/controllers/support_interface/countries_controller.rb index 7f4bd69862..c2e21a097a 100644 --- a/app/controllers/support_interface/countries_controller.rb +++ b/app/controllers/support_interface/countries_controller.rb @@ -15,6 +15,7 @@ def edit @form = CountryForm.new( country:, + subject_limited: country.subject_limited, eligibility_enabled: country.eligibility_enabled, eligibility_skip_questions: country.eligibility_skip_questions, has_regions: country.regions.count > 1,