Merge pull request #5126 from backstage/timbonicus/group-members

Fix MembersList not updating when group changes
This commit is contained in:
Fredrik Adelöw
2021-03-26 09:39:53 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -135,7 +135,7 @@ export const MembersListCard = (_props: {
),
);
return groupMembersList;
}, [catalogApi]);
}, [catalogApi, groupEntity]);
if (loading) {
return <Progress />;