feat(org): expose pageSize prop for MembersListCard component
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
For the component `EntityMembersListCard` you can now specify the pageSize. For example:
|
||||
|
||||
```tsx
|
||||
<Grid item xs={12}>
|
||||
<EntityMembersListCard pageSize={100} />
|
||||
</Grid>
|
||||
```
|
||||
|
||||
If left empty it will by default use 50.
|
||||
Reference in New Issue
Block a user