From f9b635f93942100a040a285ef1831e842d0a2ced Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 16 Apr 2025 09:18:35 +0100 Subject: [PATCH] Update conditional question data-info to use startdate instead of scheduled_date --- app/views/organisation_name_changes/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisation_name_changes/new.html.erb b/app/views/organisation_name_changes/new.html.erb index c6f9c2aa8..c4ab761ba 100644 --- a/app/views/organisation_name_changes/new.html.erb +++ b/app/views/organisation_name_changes/new.html.erb @@ -45,7 +45,7 @@ label: { text: "No" }, "data-controller": "conditional-question", "data-action": "click->conditional-question#displayConditional", - "data-info": { conditional_questions: { scheduled_date: [false] } }.to_json do %> + "data-info": { conditional_questions: { startdate: [false] } }.to_json do %> <%= render partial: "components/date_picker", locals: { resource: @organisation_name_change, question_id: :startdate,