16037: Added proper comments and enabled missing feature
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / collection-files-item-action-set.ts
index 97a0a9f1499ba9ac271a2cfb03f53023ea302268..b900d1864dd3490710cb39a061caff1b548417cb 100644 (file)
@@ -4,16 +4,16 @@
 
 import { ContextMenuActionSet } from "../context-menu-action-set";
 import { RemoveIcon, RenameIcon } from "~/components/icon/icon";
-// import { DownloadCollectionFileAction } from "../actions/download-collection-file-action";
+import { DownloadCollectionFileAction } from "../actions/download-collection-file-action";
 import { openFileRemoveDialog, openRenameFileDialog } from '~/store/collection-panel/collection-panel-files/collection-panel-files-actions';
 import { CollectionFileViewerAction } from '~/views-components/context-menu/actions/collection-file-viewer-action';
 
 
 export const readOnlyCollectionFilesItemActionSet: ContextMenuActionSet = [[
-    // {
-    //     component: DownloadCollectionFileAction,
-    //     execute: () => { return; }
-    // },
+    {
+        component: DownloadCollectionFileAction,
+        execute: () => { return; }
+    },
     {
         component: CollectionFileViewerAction,
         execute: () => { return; },