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.