From c5a2ecf2c110f4ee2670a49d746194d8512b765f Mon Sep 17 00:00:00 2001 From: Greg Buchanan Date: Tue, 22 Oct 2024 10:51:45 -0400 Subject: [PATCH] Remove 'list-group-flush' class. --- .../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 1bff25319..fa04e1cb9 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 @@ -12,7 +12,7 @@ <%= render(partial: 'launchers/editable_form_fields/edit_fixed_field', locals: { form: form, attrib: attrib, fixed: fixed }) %> -
    +
      <%- attrib.select_choices(hide_excludable: false).each do |select_data| %> <%- choice = parse_select_data(select_data)