From 9cf12604057630aae84e841573c845aaa729e114 Mon Sep 17 00:00:00 2001 From: Dhruv Joshi Date: Mon, 6 Jan 2025 13:25:53 +0000 Subject: [PATCH] feat(MyGroupsSidebarItem): Added changeset for the commits Signed-off-by: Dhruv Joshi --- .changeset/purple-years-cross.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/purple-years-cross.md diff --git a/.changeset/purple-years-cross.md b/.changeset/purple-years-cross.md new file mode 100644 index 0000000000..bd41648bc7 --- /dev/null +++ b/.changeset/purple-years-cross.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-org': patch +--- + +Fixed bug in MyGroupsSidebarItem component, for the 'My Squads' section to display a list of Squads using the displayName from the entity config, instead of using the metadata name and title. This is to ensure increased readability to the user.