16037: Disabled download functionality for multiple files
[arvados.git] / src / views-components / context-menu / action-sets / collection-files-item-action-set.ts
index 4c6874c6ae296411710a9c864459e369773ec968..97a0a9f1499ba9ac271a2cfb03f53023ea302268 100644 (file)
@@ -3,17 +3,17 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import { ContextMenuActionSet } from "../context-menu-action-set";
-import { RenameIcon, RemoveIcon } from "~/components/icon/icon";
-import { DownloadCollectionFileAction } from "../actions/download-collection-file-action";
+import { RemoveIcon, RenameIcon } from "~/components/icon/icon";
+// 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; },