From 76c437800a140fe14b13a6703ddb40374421b13f Mon Sep 17 00:00:00 2001 From: carnageX Date: Fri, 1 Mar 2024 13:28:17 -0800 Subject: [PATCH] Update .changeset/rare-fireants-tickle.md Co-authored-by: Vincenzo Scamporlino Signed-off-by: carnageX --- .changeset/rare-fireants-tickle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/rare-fireants-tickle.md b/.changeset/rare-fireants-tickle.md index 76c6189d85..8668d4c287 100644 --- a/.changeset/rare-fireants-tickle.md +++ b/.changeset/rare-fireants-tickle.md @@ -2,4 +2,4 @@ '@backstage/core-components': patch --- -Added expanded property to allow optionally have sub menu items automatically expand their contents on the sidebar +Added optional `initialShowDropDown` prop to `SidebarSubmenuItem` to internally manage the initial display state of the dropdown items.