We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec2950 commit 8ef0ca9Copy full SHA for 8ef0ca9
src/main/webapp/app/config/pagination.constants.ts
@@ -7,7 +7,7 @@ export const DESC = 'desc';
7
export const SORT = 'sort';
8
9
// ### MODIFICATION-START ###
10
-export const TEAMS_PER_PAGE = 100;
+export const TEAMS_PER_PAGE = 500;
11
export const TEAM_SKILLS_PER_PAGE = 100;
12
export const SKILLS_PER_PAGE = 100;
13
export const LEVEL_SKILLS_PER_PAGE = 100;
0 commit comments