Browse Source

Remove copy key from uprn_confirmation

pull/2694/head
Manny Dinssa 8 months ago
parent
commit
4c99ac2b9c
  1. 1
      app/models/form/sales/pages/uprn_confirmation.rb

1
app/models/form/sales/pages/uprn_confirmation.rb

@ -3,7 +3,6 @@ class Form::Sales::Pages::UprnConfirmation < ::Form::Page
super
@id = "uprn_confirmation"
@header = "We found an address that might be this property"
@copy_key = "sales.property.uprn_confirmed"
end
def questions

Loading…
Cancel
Save