Files
backstage/.changeset/five-peaches-guess.md
T
2022-01-14 19:05:43 +01:00

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.