Skip to content

Commit

Permalink
add summary report limit to search get page (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoballard authored Dec 22, 2023
1 parent b1e0a77 commit 4216af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/dissemination/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def get(self, request, *args, **kwargs):
{
"form": form,
"state_abbrevs": STATE_ABBREVS,
"summary_report_download_limit": SUMMARY_REPORT_DOWNLOAD_LIMIT,
},
)

Expand Down

0 comments on commit 4216af2

Please sign in to comment.