From ca5bb281f10d8f985dcdae934c7cc810710e7e47 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Mon, 24 Oct 2022 19:28:11 +0800 Subject: [PATCH] [questions][ui] change page size to 10 --- apps/portal/src/pages/questions/browse.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,