We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca74b1 commit f6e8c97Copy full SHA for f6e8c97
app/views/spotlight/catalog/_document_admin_table.html.erb
@@ -10,6 +10,6 @@
10
</tr>
11
</thead>
12
13
- <% document_presenters = documents.map { |doc| { document: document_presenter(doc) } } -%>
+ <% document_presenters = documents.map { |doc| document_presenter(doc) } -%>
14
<%= render view_config.document_component.with_collection(document_presenters) %>
15
</table>
0 commit comments