diff --git a/apps/portal/src/pages/questions/browse.tsx b/apps/portal/src/pages/questions/browse.tsx index 4e37ff27..cb895f27 100644 --- a/apps/portal/src/pages/questions/browse.tsx +++ b/apps/portal/src/pages/questions/browse.tsx @@ -157,7 +157,7 @@ export default function QuestionsBrowsePage() { { companyNames: selectedCompanies, endDate: today, - limit: 5, + limit: 10, locations: selectedLocations, questionTypes: selectedQuestionTypes, roles: selectedRoles,