diff --git a/packages/elements-core/src/components/Docs/HttpService/ExportButton.tsx b/packages/elements-core/src/components/Docs/HttpService/ExportButton.tsx index 79fac10fb6..cb01d8a973 100644 --- a/packages/elements-core/src/components/Docs/HttpService/ExportButton.tsx +++ b/packages/elements-core/src/components/Docs/HttpService/ExportButton.tsx @@ -12,7 +12,7 @@ export const ExportButton: React.FC = ({ original, bundled }) const menuItems = React.useMemo(() => { const items: MenuItems = [ { id: 'original', title: 'Original', ...original }, - // { id: 'bundled', title: 'Bundled References', ...bundled }, + { id: 'bundled', title: 'Bundled References', ...bundled }, ]; return items;