Merge pull request #8821 from djamaile/master

feat: give component EntityMembersListCard a memberType prop
This commit is contained in:
Ben Lambert
2022-01-12 11:41:39 +01:00
committed by GitHub
4 changed files with 41 additions and 3 deletions
+13
View File
@@ -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'.