You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the api route, generate-csv limits the documents returned by a fixed limit (200 rn) if a limit is not specified in the query.
Add a modal which asks for a limit when the button is clicked, and pass it in as a query parameter to the route. The values should be able to be custom set by the user or automatically set as the total num of applications.
The text was updated successfully, but these errors were encountered:
Currently, in the api route, generate-csv limits the documents returned by a fixed limit (200 rn) if a limit is not specified in the query.
Add a modal which asks for a limit when the button is clicked, and pass it in as a query parameter to the route. The values should be able to be custom set by the user or automatically set as the total num of applications.
The text was updated successfully, but these errors were encountered: