We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adfc8b commit 063f908Copy full SHA for 063f908
src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx
@@ -98,15 +98,15 @@ const VersionDropdown = ({ items }: VersionDropdownProps) => {
98
}
99
100
const WIDTH = 175
101
-
+
102
const topLevelItems = items.map((item, index) => {
103
return {
104
name: item.name,
105
panel: item.children?.length ? index + 1 : undefined,
106
href: item.href,
107
108
})
109
110
const subpanels = convertToPanels(items)
111
112
const panels: EuiContextMenuPanelDescriptor[] = [
@@ -132,7 +132,7 @@ const VersionDropdown = ({ items }: VersionDropdownProps) => {
132
},
133
...subpanels,
134
]
135
136
// const panels = [
137
// {
138
// id: 0,
0 commit comments