Skip to content

Commit 8ef0ca9

Browse files
committed
#142 increasing teams per page
as workaround for large organizations.
1 parent 1ec2950 commit 8ef0ca9

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
@@ -7,7 +7,7 @@ export const DESC = 'desc';
77
export const SORT = 'sort';
88

99
// ### MODIFICATION-START ###
10-
export const TEAMS_PER_PAGE = 100;
10+
export const TEAMS_PER_PAGE = 500;
1111
export const TEAM_SKILLS_PER_PAGE = 100;
1212
export const SKILLS_PER_PAGE = 100;
1313
export const LEVEL_SKILLS_PER_PAGE = 100;

0 commit comments

Comments
 (0)