X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/efded4f675bf0cabb81e91d19ccb294a4df4deba..8e770bee7ad8ce5af04bdb6103eff530c52dd5c8:/src/views-components/context-menu/action-sets/collection-files-action-set.ts diff --git a/src/views-components/context-menu/action-sets/collection-files-action-set.ts b/src/views-components/context-menu/action-sets/collection-files-action-set.ts index 818126cf47..7e885615d0 100644 --- a/src/views-components/context-menu/action-sets/collection-files-action-set.ts +++ b/src/views-components/context-menu/action-sets/collection-files-action-set.ts @@ -20,7 +20,7 @@ export const readOnlyCollectionFilesActionSet: ContextMenuActionSet = [[ dispatch(collectionPanelFilesAction.UNSELECT_ALL_COLLECTION_FILES()); } }, - // { + // { // Disabled for now as we need to create backend version of this feature which will be less buggy // component: DownloadCollectionFileAction, // execute: () => { return; } // },