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]"