@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-org-react': minor
|
||||
---
|
||||
|
||||
Added a `GroupListPicker` component that will give the user the ability to choose a group
|
||||
Implemented the org-react plugin, with it's first component being: a `GroupListPicker` component that will give the user the ability to choose a group
|
||||
|
||||
@@ -71,7 +71,7 @@ export const GroupListPicker = (props: GroupListPickerProps) => {
|
||||
});
|
||||
|
||||
return groupsList.items as GroupEntity[];
|
||||
}, [catalogApi]);
|
||||
}, [catalogApi, groupTypes]);
|
||||
|
||||
if (error) {
|
||||
return <ResponseErrorPanel error={error} />;
|
||||
|
||||
Reference in New Issue
Block a user