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 4512bb0 commit ac063a1Copy full SHA for ac063a1
src/main/webapp/app/config/pagination.constants.ts
@@ -8,7 +8,7 @@ export const SORT = 'sort';
8
9
// ### MODIFICATION-START ###
10
export const TEAMS_PER_PAGE = 500;
11
-export const TEAM_SKILLS_PER_PAGE = 100;
+export const TEAM_SKILLS_PER_PAGE = 5000;
12
export const SKILLS_PER_PAGE = 100;
13
export const LEVEL_SKILLS_PER_PAGE = 100;
14
export const BADGE_SKILLS_PER_PAGE = 100;
0 commit comments