16037: Added proper comments and enabled missing feature
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / collection-files-action-set.ts
index 818126cf473616313818de4336ee76f91b5ac456..7e885615d07c453c8cb39190d9b1e664cc1f787a 100644 (file)
@@ -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; }
     // },