Skip to content

Commit b14e38e

Browse files
committed
remove commented code
1 parent 2c14e2a commit b14e38e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/app/views/sidebar/resource-explorer/collection/APICollection.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,6 @@ const APICollection: React.FC<PopupsComponent<APICollection>> = (props) => {
191191
iconProps: { iconName: 'Upload' },
192192
onClick: () => document.getElementById('file-input')?.click()
193193
}
194-
// {
195-
// key: 'download-permissions',
196-
// text: translateMessage('Download postman collection'),
197-
// iconProps: { iconName: 'Download' },
198-
// disabled: items.length === 0,
199-
// onClick: generateCollection
200-
// }
201194
];
202195

203196
const farItems: ICommandBarItemProps[] = [

0 commit comments

Comments
 (0)