diff --git a/app/models/form/sales/questions/prevloc.rb b/app/models/form/sales/questions/prevloc.rb index ae5677d8a..fc434932e 100644 --- a/app/models/form/sales/questions/prevloc.rb +++ b/app/models/form/sales/questions/prevloc.rb @@ -5,7 +5,6 @@ class Form::Sales::Questions::Prevloc < ::Form::Question @check_answer_label = "Local authority of buyer 1’s last settled accommodation" @header = "Select a local authority" @type = "select" - @answer_options = answer_options @inferred_check_answers_value = [{ "condition" => { "previous_la_known" => 0, diff --git a/app/models/form/sales/questions/property_local_authority.rb b/app/models/form/sales/questions/property_local_authority.rb index 9af5ded81..dbe4aa6fc 100644 --- a/app/models/form/sales/questions/property_local_authority.rb +++ b/app/models/form/sales/questions/property_local_authority.rb @@ -5,7 +5,6 @@ class Form::Sales::Questions::PropertyLocalAuthority < ::Form::Question @check_answer_label = "Local authority" @header = "What is the local authority of the property?" @type = "select" - @answer_options = answer_options end def answer_options