From 9813ef27cecd3631f3283da6db74df9381c4ae23 Mon Sep 17 00:00:00 2001 From: kielosz Date: Thu, 2 Jun 2022 11:32:13 +0200 Subject: [PATCH] Add example Signed-off-by: kielosz --- .changeset/spicy-forks-return.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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 */} + //... + + + //... + + + +```