Skip to content

Commit

Permalink
🐛 Add partial key to render call
Browse files Browse the repository at this point in the history
Without the partial key it was erroring out.
  • Loading branch information
Kirk Wang committed Apr 3, 2024
1 parent 8150e4f commit 54bb7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/base/_form_files.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= render "base_form_files_prepend", locals: { f: f } %>
<%= render partial: "base_form_files_prepend", locals: { f: f } %>
<div id="fileupload">
<!-- Redirect browsers with JavaScript disabled to the origin page -->
<noscript><input type="hidden" name="redirect" value="<%= main_app.root_path %>" /></noscript>
Expand Down

0 comments on commit 54bb7b2

Please sign in to comment.