From 9e5c8114cd56a8bb8c5018d3fa2de3834f8382d1 Mon Sep 17 00:00:00 2001 From: Greg Buchanan Date: Tue, 22 Oct 2024 10:04:20 -0400 Subject: [PATCH] Remove tpyo --- .../launchers/editable_form_fields/_editable_select.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb b/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb index 3d7de56ba..1bff25319 100644 --- a/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb +++ b/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb @@ -1,4 +1,4 @@ -6<%- +<%- field_id = "#{form.object_name}_#{attrib.id}" exclude_id = "#{field_id}_exclude" exclude_name = "#{form.object_name}[#{attrib.id}_exclude]"