Skip to content

Commit

Permalink
WPTDEVCON-6866: Comment bundled option from export dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Pai, Ahalya committed Apr 16, 2024
1 parent 100c8c7 commit 414fca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ExportButton: React.FC<ExportButtonProps> = ({ 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;
Expand Down

0 comments on commit 414fca1

Please sign in to comment.