Files
backstage/.changeset/gold-birds-happen.md
T
djamaile 68651069b6 fix: use right prop name
Signed-off-by: djamaile <rdjamaile@gmail.com>
2022-01-11 19:14:44 +01:00

302 B

@backstage/plugin-org
@backstage/plugin-org
patch

For the component EntityMembersListCard you can now specify the type of members you have in a group. For example:

<Grid item xs={12}>
  <EntityMembersListCard memberDisplayTitle="Ninja's" />
</Grid>

If left empty it will by default use 'Members'.