Fix MembersList not updating when group changes
Fixes #5108 Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Fixed MembersList showing members from a previous group when navigating to a new group
|
||||
@@ -135,7 +135,7 @@ export const MembersListCard = (_props: {
|
||||
),
|
||||
);
|
||||
return groupMembersList;
|
||||
}, [catalogApi]);
|
||||
}, [catalogApi, groupEntity]);
|
||||
|
||||
if (loading) {
|
||||
return <Progress />;
|
||||
|
||||
Reference in New Issue
Block a user