diff --git a/.changeset/great-planes-arrive.md b/.changeset/great-planes-arrive.md index 92a5b985cd..563c061627 100644 --- a/.changeset/great-planes-arrive.md +++ b/.changeset/great-planes-arrive.md @@ -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 diff --git a/plugins/org-react/src/components/GroupListPicker/GroupListPicker.tsx b/plugins/org-react/src/components/GroupListPicker/GroupListPicker.tsx index fe01c91479..fbac4792ae 100644 --- a/plugins/org-react/src/components/GroupListPicker/GroupListPicker.tsx +++ b/plugins/org-react/src/components/GroupListPicker/GroupListPicker.tsx @@ -71,7 +71,7 @@ export const GroupListPicker = (props: GroupListPickerProps) => { }); return groupsList.items as GroupEntity[]; - }, [catalogApi]); + }, [catalogApi, groupTypes]); if (error) { return ;