diff --git a/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html b/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html index 2f5f40865..5f2674211 100644 --- a/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html +++ b/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html @@ -56,49 +56,6 @@ -
({ + children: children.map(({ caption, ...child }, i) => ({ title: child.name, - key: caption, + key: caption + i, caption, ...child, isLeaf: true,