Browse Source

Remove wrong copy key

pull/2810/head
Kat 6 months ago
parent
commit
b16b31364a
  1. 1
      app/models/form/lettings/subsections/household_needs.rb

1
app/models/form/lettings/subsections/household_needs.rb

@ -2,7 +2,6 @@ class Form::Lettings::Subsections::HouseholdNeeds < ::Form::Subsection
def initialize(id, hsh, section)
super
@id = "household_needs"
@copy_key = "lettings.household_needs.housingneeds_type"
@label = "Household needs"
@depends_on = [{ "non_location_setup_questions_completed?" => true }]
end

Loading…
Cancel
Save