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 2c14e2a commit b14e38eCopy full SHA for b14e38e
src/app/views/sidebar/resource-explorer/collection/APICollection.tsx
@@ -191,13 +191,6 @@ const APICollection: React.FC<PopupsComponent<APICollection>> = (props) => {
191
iconProps: { iconName: 'Upload' },
192
onClick: () => document.getElementById('file-input')?.click()
193
}
194
- // {
195
- // key: 'download-permissions',
196
- // text: translateMessage('Download postman collection'),
197
- // iconProps: { iconName: 'Download' },
198
- // disabled: items.length === 0,
199
- // onClick: generateCollection
200
- // }
201
];
202
203
const farItems: ICommandBarItemProps[] = [
0 commit comments