Browse Source

Remove hardcoded date example from mrcdate question (#2118)

pull/2117/head
Rachael Booth 2 years ago committed by GitHub
parent
commit
6aab9cf44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/models/form/lettings/questions/mrcdate.rb

1
app/models/form/lettings/questions/mrcdate.rb

@ -6,7 +6,6 @@ class Form::Lettings::Questions::Mrcdate < ::Form::Question
@header = "When were the repairs completed?"
@type = "date"
@check_answers_card_number = 0
@hint_text = "For example, 27 3 2021."
@question_number = 24
end
end

Loading…
Cancel
Save