We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e66cf1 commit 4f93515Copy full SHA for 4f93515
1 file changed
src/app/core/data/entity-type-data.service.ts
@@ -83,7 +83,7 @@ export class EntityTypeDataService extends BaseDataService<ItemType> implements
83
*/
84
hasMoreThanOneAuthorized(): Observable<boolean> {
85
const findListOptions: FindListOptions = {
86
- elementsPerPage: 2,
+ elementsPerPage: 10,
87
currentPage: 1
88
};
89
return this.getAllAuthorizedRelationshipType(findListOptions).pipe(
@@ -117,7 +117,7 @@ export class EntityTypeDataService extends BaseDataService<ItemType> implements
117
118
hasMoreThanOneAuthorizedImport(): Observable<boolean> {
119
120
121
122
123
return this.getAllAuthorizedRelationshipTypeImport(findListOptions).pipe(
0 commit comments