Skip to content

Commit

Permalink
Remove required from book_title (temporary fix) (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei100 authored Aug 8, 2024
1 parent d7b92e7 commit 0b96006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/forms/review-copy/_request-info.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
item_wrapper_class: "form-check inline mt-2 mb-3",
required: true %>

<%= f.input :book_title, required: true %>
<%= f.input :book_title %>

<%= f.input :comments, as: :text,
input_html: { cols: 60, rows: 5 },
Expand Down

0 comments on commit 0b96006

Please sign in to comment.