From 39b9643ebbc7b626b9c2be412bb234c443a422a2 Mon Sep 17 00:00:00 2001 From: Pawel Kowalczyk Date: Wed, 28 Nov 2018 11:15:36 +0100 Subject: [PATCH] refs #14533-copy-to-project-does-not-work-from-side-bar-context-menu Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk --- .../context-menu/action-sets/project-action-set.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views-components/context-menu/action-sets/project-action-set.ts b/src/views-components/context-menu/action-sets/project-action-set.ts index 5e1182bb..8c81e3bd 100644 --- a/src/views-components/context-menu/action-sets/project-action-set.ts +++ b/src/views-components/context-menu/action-sets/project-action-set.ts @@ -60,13 +60,13 @@ export const projectActionSet: ContextMenuActionSet = [[ dispatch(openMoveProjectDialog(resource)); } }, - { - icon: CopyIcon, - name: "Copy to project", - execute: (dispatch, resource) => { - // add code - } - }, + // { + // icon: CopyIcon, + // name: "Copy to project", + // execute: (dispatch, resource) => { + // // add code + // } + // }, { icon: DetailsIcon, name: "View details", -- 2.30.2