diff --git a/.changeset/spicy-forks-return.md b/.changeset/spicy-forks-return.md index d23ce6995b..b36366639c 100644 --- a/.changeset/spicy-forks-return.md +++ b/.changeset/spicy-forks-return.md @@ -2,4 +2,25 @@ '@backstage/plugin-org': patch --- -Added the ability to use an additional `filter` when fetching groups in `MyGroupsSidebarItem` component +Added the ability to use an additional `filter` when fetching groups in `MyGroupsSidebarItem` component. Example: + +```diff +// app/src/components/Root/Root.tsx + + + //... + }> + {/* Global nav, not org-specific */} + //... + + + //... + + + +```