From f9ab1fa6d5166aa601b4e6a9edf19962f8ded816 Mon Sep 17 00:00:00 2001 From: Darius Pirvulescu Date: Sat, 7 Sep 2024 14:54:40 -0500 Subject: [PATCH] remove surplus line --- app/views/case_contacts/form/details.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/case_contacts/form/details.html.erb b/app/views/case_contacts/form/details.html.erb index e0cb098927..a0176df41e 100644 --- a/app/views/case_contacts/form/details.html.erb +++ b/app/views/case_contacts/form/details.html.erb @@ -24,7 +24,6 @@
<%= form.radio_button :contact_made, true, - checked: true, required: true, class: ["form-check-input", "case-contacts-form-checkbox"] %> <%= form.label "Yes", class: "form-check-label",