Skip to content

Commit ac063a1

Browse files
committed
Issue #149: Increase Teamskills per page
1 parent 4512bb0 commit ac063a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/app/config/pagination.constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const SORT = 'sort';
88

99
// ### MODIFICATION-START ###
1010
export const TEAMS_PER_PAGE = 500;
11-
export const TEAM_SKILLS_PER_PAGE = 100;
11+
export const TEAM_SKILLS_PER_PAGE = 5000;
1212
export const SKILLS_PER_PAGE = 100;
1313
export const LEVEL_SKILLS_PER_PAGE = 100;
1414
export const BADGE_SKILLS_PER_PAGE = 100;

0 commit comments

Comments
 (0)