Skip to content

Commit

Permalink
Merge pull request #51 from bolt/bobdenotter-patch-1
Browse files Browse the repository at this point in the history
Explicitly pass in `records`, to prevent "Search" pages from breaking
  • Loading branch information
bobdenotter authored Dec 25, 2020
2 parents 375ba59 + 5e0daba commit ef911fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-2021/listing.twig
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

</div>

{{ pager(template='helpers/_pager_tailwind.html.twig') }}
{{ pager(records, template='helpers/_pager_tailwind.html.twig') }}
</section>
</article>
{% endblock main %}

0 comments on commit ef911fe

Please sign in to comment.