Merge pull request #8821 from djamaile/master
feat: give component EntityMembersListCard a memberType prop
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
For the component `EntityMembersListCard` you can now specify the type of members you have in a group. For example:
|
||||
|
||||
```tsx
|
||||
<Grid item xs={12}>
|
||||
<EntityMembersListCard memberDisplayTitle="Ninja's" />
|
||||
</Grid>
|
||||
```
|
||||
|
||||
If left empty it will by default use 'Members'.
|
||||
Reference in New Issue
Block a user