f006fe2529
Signed-off-by: djamaile <rdjamaile@gmail.com>
254 B
254 B
@backstage/plugin-org
| @backstage/plugin-org |
|---|
| patch |
For the component EntityMembersListCard you can now specify the pageSize. For example:
<Grid item xs={12}>
<EntityMembersListCard pageSize={100} />
</Grid>
If left empty it will by default use 50.