Skip to content

Commit 46287db

Browse files
author
Olexii Kasianenko
committed
fix(kit_creation): Fix tests
1 parent 984aea5 commit 46287db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/views/line_items/_line_item_fields.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<%= field.input :item_id,
1717
disabled: requested.present?,
1818
collection: @item_labels_with_quantities || @items, prompt: "Choose an item",
19+
include_blank: "",
1920
label: false,
2021
input_html: { class: "my-0 line_item_name", "data-controller": "select2" } %>
2122
<% if requested.present? %>

0 commit comments

Comments
 (0)