diff --git a/src/components/multiSelect/multiSelect.js b/src/components/multiSelect/multiSelect.js index d552a9f1b2..d6ea5b6bd4 100644 --- a/src/components/multiSelect/multiSelect.js +++ b/src/components/multiSelect/multiSelect.js @@ -194,11 +194,14 @@ import confirm from '../confirm/confirm'; } if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) { + // Disabled because there is no callback for this item + /* menuItems.push({ name: globalize.translate('Download'), id: 'download', icon: 'file_download' }); + */ } if (user.Policy.IsAdministrator) {